-
@foreach($trip->checkins as $checkin)
-
{{ $checkin->note ?? "[No note]" }}{{ $checkin->title ?? "[No title]" }}
{{ date('j M Y (G:H)', strtotime($checkin->date)) }}
@endforeach
Tracking started: {{ date('j M Y (G:H)', strtotime($trip->date_start)) }} | {{ ($trip->is_active) ? "Active" : "Ended" }} | {{ ($trip->is_tracking) ? "Currently tracking" : "Not currently tracking" }} (Last update: {{ date('j M Y (G:H)', strtotime($trip->updated_at)) }})