@csrf @method('patch')
Background Information
@if($errors->has('immigration_country'))
{{ str_replace("immigration_country","immigration contry",$errors->first('immigration_country')) }}
@endif
@if($errors->has('serious_medical_specification'))
{{ str_replace("serious medical specification","serious medical specification",$errors->first('serious_medical_specification')) }}
@endif
@if($errors->has('criminal_offence_specification'))
{{ str_replace("criminal offence specification","criminal offence specification",$errors->first('criminal_offence_specification')) }}
@endif
@if ($backgroundInfo && $backgroundInfo->visa_refusal == '1') Add New Country + @endif
@if($backgroundInfo && $backgroundInfo->visa_refusal == '1') @foreach ($backgroundInfo->visaRefuse as $val) {{-- @dd($val) --}}
@endforeach @else
@if($errors->has('refusal_country_id'))
{{ str_replace("refusal_country_id","refusal country",$errors->first('refusal_country_id')) }}
@endif
{{-- @dd($errors) --}}
@if($errors->has('refusal_specification'))
{{ str_replace("refusal specification","refusal specification",$errors->first('refusal_specification')) }}
@endif
@endif
@push('cs') @if(old('convicted_criminal_offence') == 'on') @endif @endpush