@csrf
@foreach($license_types as $key => $value) @php $license_number = ''; if(isset($account_license[$value->id])) { $license_number = $account_license[$value->id]->license_number; } @endphp
@endforeach
@if($country_id) @endif