{{translate('Residency Information')}}
@csrf @php $countries = \App\Models\Country::where('status',1)->get(); $birth_country_id = !empty($member->recidency->birth_country_id) ? $member->recidency->birth_country_id : ""; $recidency_country_id = !empty($member->recidency->recidency_country_id) ? $member->recidency->recidency_country_id : ""; $growup_country_id = !empty($member->recidency->growup_country_id) ? $member->recidency->growup_country_id : ""; @endphp
@error('immigration_status') {{ $message }} @enderror