No bookings found
There are no hotel bookings to display. Click New Booking to add one.
| # | Service ID | Customer | Hotel | Location | Check In | Check Out | Selling Price | Profit | Status | Notes | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ (meta.current_page-1)*meta.per_page+i+1 }} | {{ item.service_id }} | {{ item.customer?.name||'-' }} | {{ item.hotel_name }} | {{ item.location||'-' }} | {{ item.check_in_date }} | {{ item.check_out_date||'-' }} | {{ formatCurrency(item.selling_price) }} | {{ formatCurrency(item.profit) }} | {{ item.status }} |
|