| # | Customer | Airline | Route | PNR | Travel Date | Selling Price | Profit | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ (meta.current_page-1)*meta.per_page+i+1 }} | {{ item.customer?.name||'-' }} | {{ item.airline }} | {{ item.route }} | {{ item.pnr||'-' }} | {{ item.travel_date }} | {{ formatCurrency(item.selling_price) }} | {{ formatCurrency(item.profit) }} | {{ item.status }} | |
No tickets found | |||||||||