No transport rentals found
There are no transport rentals to display. Click New Rental to add one.
| # | Service ID | Customer | Vehicle | Route | Pickup | Days | Selling | Profit | Status | Notes | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ (meta.current_page-1)*meta.per_page+i+1 }} | {{ item.service_id }} | {{ item.customer?.name||'-' }} | {{ item.vehicle_label }} | {{ item.route||'-' }} | {{ item.pickup_date }} | {{ item.total_days }} | {{ formatCurrency(item.selling_price) }} | {{ formatCurrency(item.profit) }} | {{ formatStatus(item.status) }} |
|