Step 1: Personal Information
@if (isset($OverseasResource) && $OverseasResource->profile_photo)
Profile Photo
@endif
@php $dobValue = old('dob') !== null ? old('dob') : $OverseasResource->dob ?? ''; @endphp
@php $passportExpiryValue = old('passport_expiry_date') !== null ? old('passport_expiry_date') : $OverseasResource->passport_expiry_date ?? ''; @endphp
{{-- Visa dependent fields --}}
@php $visaExpiryValue = old('visa_expiry_date') !== null ? old('visa_expiry_date') : $OverseasResource->visa_expiry_date ?? ''; @endphp
@push('scripts') @endpush