@csrf @method("POST")
@if ($errors->has('account_tyxpe_id')) {{ $errors->first('account_type_id') }} @endif
@if ($errors->has('accounting_group_id')) {{ $errors->first('accounting_group_id') }} @endif
@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