even ? 'class=even' : '' }}>
| {{ $trip->created_at ? Carbon\Carbon::parse($trip->created_at)->format('Y-m-d') : '' }} |
{{ $trip->trip_score ?? '' }} |
{{ $trip->origin_place_name ?? '' }} |
{{ $trip->origin_place_address ?? '' }} |
{{ $trip->dest_place_name ?? '' }} |
{{ $trip->dest_place_address ?? '' }} |
{{ $trip->distance ?? '' }} |
{{ $trip->trip_duration ?? '' }} |
{{ $trip->trip_feedback ?? '' }} |
|
@endforeach
@if ($trips->isEmpty())