@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) --}}
@endif