| No | Invoice | Detail | Hotel Name | Country | Room Name | Booked Rooms | Pax | Total Price(USD) | Check In | Check Out |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $reservation->invoice_number }} | {{ $reservation->reservation_name }} | {{ $reservation->hotel_name }} | {{ $reservation->country_name ?? '-' }} | {{ $reservation->room_name }} | {{ $reservation->total_rooms }} | {{ $reservation->quantity }} | {{ $reservation->total_price }} | {{ $reservation->check_in }} | {{ $reservation->check_out }} |
| Total: | {{ number_format($reservations->sum('total_price'), 0, '.', ',') }} | |||||||||