| No | Booking Date | Invoice Number | Country | Hotel Name | Total Price | DP | Payment Amount | Balance |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $invoice->booking_date }} | {{ $invoice->invoice_number }} | {{ $invoice->country }} | {{ $invoice->hotel_name }} | USD {{ number_format($invoice->total_price, 0, '.', ',') }} | USD {{ number_format($invoice->dp, 0, '.', ',') }} | USD {{ number_format($invoice->payment_amount, 0, '.', ',') }} | USD {{ number_format($invoice->balance, 0, '.', ',') }} |
| Total Balance: | {{ number_format($invoices->sum('balance'), 0, '.', ',') }} | |||||||