-
@foreach(array_slice(array_reverse($trip->checkins), 0, 15) as $checkin)
-
{{ $checkin->note ?? "[No note]" }} @if($checkin->image_url) @endif{{ $checkin->title ?? "[No title]" }}
{{ date('j M Y (G:H)', strtotime($checkin->date)) }}
@endforeach