@extends('companyAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Company Profile @endsection @section('styles') @endsection @section('content')

Company Info

@if ($errors->any())
@endif

Star Security

@csrf

Upload Company Logo *

    @if($companyProfileImages->count() > 0) @foreach($companyProfileImages as $each)
  • X
  • @endforeach @if($companyProfileImages->count() == 1)
  • @endif @else
  • @endif
    @if($count < 5)
  • @endif
@endsection @section('scripts') @endsection