Visa Inquiries

All submissions from the homepage visa requirements form.

@if (session('success'))
{{ session('success') }}
@endif
Total
{{ number_format($stats['total'] ?? 0) }}
New
{{ number_format($stats['new'] ?? 0) }}
Contacted
{{ number_format($stats['contacted'] ?? 0) }}
Closed
{{ number_format($stats['closed'] ?? 0) }}
Reset
Inquiry List
Newest first
@forelse($inquiries as $inquiry) @empty @endforelse
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') }}
View โ†’
@csrf @method('DELETE')
No inquiries found.
{{ $inquiries->links() }}