Generated on: {{ now()->format('d M Y h:i A') }}
| Date | Location | Vehicle | Driver | Rent | Fuel | Profit |
|---|---|---|---|---|---|---|
| {{ $row->date->format('d/m/Y') }} | {{ $row->location }} | {{ $row->vehicle->vehicle_number ?? '-' }} | {{ $row->driver->driver_name ?? '-' }} | {{ $row->rent_amount }} | {{ $row->fuel_cost }} | {{ $row->profit }} |
| Total: | {{ $tRent }} | {{ $tFuel }} | {{ $tProfit }} | |||