{{ __('Journeys planned and completed across your fleet.') }}
| {{ __('Date') }} | {{ __('Vehicle') }} | {{ __('Driver') }} | {{ __('Route') }} | {{ __('Status') }} | |
|---|---|---|---|---|---|
| {{ $trip->date->format('M j, Y') }} | {{ $trip->vehicle?->plate ?? '—' }} | {{ $trip->driver?->name ?? '—' }} | {{ $trip->pickup_location }} → {{ $trip->dropoff_location }} | {{ $trip->status->label() }} | {{ __('Edit') }} |