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