{{ $startDateTime->format('H:i') }} {{ $trip->startLocation->name }}
{{ $endDateTime->format('H:i') }}{{ $trip->endLocation->name }}
@if (strlen($trip->description) > 20) {{ substr($trip->description, 0, 20) }} ... Read More @else {{ $trip->description ? $trip->description : 'No description' }} @endif