@extends('layouts.app') @section('title', 'Visa Report') @section('content')

Visa Report

Date Invoice Passenger Passport Visa Type Status
{{ $date ?? '2024-01-01' }} {{ $invoice ?? 'INV-0001' }} {{ $passenger ?? 'John Doe' }} {{ $passport ?? 'AB1234567' }} {{ $visa_type ?? 'Umrah' }} {{ $status ?? 'Pending' }}
@endsection