No bookings found
There are no package bookings to display. Click New Booking to add one.
| # | Service ID | Package | Customer | Agent | Total | Paid | Due | Status | Notes | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ (meta.current_page-1)*meta.per_page+i+1 }} | {{ item.service_id }} | {{ item.package?.name||'-' }} | {{ item.customer?.name||'-' }} | {{ item.agent?.name||'-' }} | {{ formatCurrency(item.total_price) }} | {{ formatCurrency(item.paid) }} | {{ formatCurrency(item.due) }} | {{ item.status }} |
|