@extends('layouts.admin') @section('content')

Create Company

@csrf
@if(!empty($brand_logo))

Current Brand Logo:

Brand Logo
@endif
@if(!empty($trade_license))

Current Trade License:

@php $tradeLicensePath = 'storage/company/licenses/' . $trade_license; @endphp @if(Str::endsWith($trade_license, ['.jpg', '.jpeg', '.png'])) Trade License @elseif(Str::endsWith($trade_license, '.pdf')) View file @endif
@endif
Back
@endsection @section('script') @endsection