Period: {{ Carbon\Carbon::parse($start_date)->format('d M Y') }} - {{ Carbon\Carbon::parse($end_date)->format('d M Y') }}
Total Trips
{{ $data['total_trips'] }}
Total Kilometers
{{ number_format($data['total_km'], 2) }} KM
Total Hours
{{ number_format($data['total_hour'], 1) }} Hours
| Date | Location | Vehicle | KM | Hours |
|---|---|---|---|---|
| {{ $trip->date->format('d/m/y') }} | {{ $trip->location }} | {{ $trip->vehicle->vehicle_number ?? '-' }} | {{ $trip->total_km }} | {{ $trip->total_hour }} |
Select a driver and date range to view ledger