View history of your mechanical road sweeping tours, total distances covered, duration, and GPS route maps.
No sweeping tour logs found for your driver profile.
| Vehicle Plate | Start Time | End Time | Total Duration | Distance (KM) | Status | Route Map |
|---|---|---|---|---|---|---|
| {{ $t->vehicle->vehicle_number ?? 'Vehicle' }} | {{ $t->start_time ? $t->start_time->format('d M Y, h:i A') : '—' }} | {{ $t->end_time ? $t->end_time->format('d M Y, h:i A') : 'In Progress' }} | {{ $t->formatted_duration }} | {{ number_format($t->total_distance_km, 3) }} KM | @if($t->status === 'completed') Completed @else In Progress @endif |
|
|
No sweeping tour logs found for your driver profile. |
||||||