| Description | Quantity | Unit Price | Amount SGD |
|---|---|---|---|
|
Ticket Type: {{ $invoice->ticket_type ?? 'Economy' }}
PNR: {{ $invoice->pnr ?? 'N/A' }}
Flight Date: {{ date('d M Y', strtotime($invoice->flight_date)) }}
|
1 | {{ number_format($invoice->sales_amount, 2) }} | {{ number_format($invoice->payment->total_amount ?? 0, 2) }} |
| Invoice Total | {{ number_format($total, 2) }} |
| Total Paid | {{ number_format($paid, 2) }} |
| Amount Due | {{ number_format($due, 2) }} |