| # | Customer | Hotel Name | Room Type | Check-in | Check-out | Selling Price | Profit | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ (meta.current_page - 1) * meta.per_page + i + 1 }} | {{ item.customer?.name || '-' }} | {{ item.hotel_name }} | {{ item.room_type || '-' }} | {{ item.check_in_date }} | {{ item.check_out_date }} | {{ formatCurrency(item.selling_price) }} | {{ formatCurrency(item.profit) }} | {{ item.status }} | |
No hotel bookings found |
|||||||||