@php
$imagePath = $organization->business_logo != null ? asset(Storage::disk(env('FILESYSTEM_DISK'))->url('organizations_ads/business_logos/' . $organization->business_logo)) : asset('assets/dist/img/AdminLTELogo.png');
@endphp
@error('business_type')
{{ $message }}
@enderror
@error('contact_numbers')
{{ $message }}
@enderror