@extends('layouts.app') @section('title', 'Pending Outbound Ticket Report') @section('content')

Pending Outbound Ticket Report

Booking Date Invoice Passenger Passport Flight Date Route Status
{{ $booking_date ?? '2024-01-01' }} {{ $invoice ?? 'INV-0001' }} {{ $passenger ?? 'John Doe' }} {{ $passport ?? 'AB1234567' }} {{ $flight_date ?? '2024-02-01' }} {{ $route ?? 'DXB-JFK' }} {{ $status ?? 'Pending' }}
@endsection