Phone: {{ $visaInquiry->phone ?? '-' }}
Email: {{ $visaInquiry->email ?? '-' }}
Travel date: {{ $visaInquiry->travel_date?->format('d M, Y') ?? '-' }}
Date of birth: {{ $visaInquiry->date_of_birth?->format('d M, Y') ?? '-' }}
Passport no: {{ $visaInquiry->passport_number ?? '-' }}