All submissions from the homepage visa requirements form.
| Client | Route | Passport | Status | Submitted | Action |
|---|---|---|---|---|---|
|
{{ $inquiry->name }}
{{ $inquiry->phone ?? '-' }}
@if($inquiry->email)
ยท {{ $inquiry->email }}
@endif
|
{{ $inquiry->citizenship_country }}
โ {{ $inquiry->destination_country }}
|
{{ $inquiry->passport_number ?? '-' }}
DOB: {{ $inquiry->date_of_birth?->format('d M, Y') ?? '-' }}
@if($inquiry->applicant_image_path)
PHOTO
@else
NO PHOTO
@endif
@if($inquiry->passport_file_path)
PASSPORT
@else
NO FILE
@endif
|
@if($inquiry->status === 'new') NEW @elseif($inquiry->status === 'contacted') CONTACTED @else CLOSED @endif |
{{ $inquiry->created_at?->format('d M, Y') }}
{{ $inquiry->created_at?->format('h:i A') }}
|
|
| No inquiries found. | |||||