@foreach($checkinsList as $checkin)
  • {!! $checkin->title ?? "Untitled" !!}

    {!! render_date_difference($checkin->date) !!}

    @if($checkin->note) @if(preg_match("/\[\[[^\]]+\]\]/", $checkin->note, $filepath)) @if(preg_match("/\.webm/", $filepath[0])) @elseif(preg_match("/\.ogg/", $filepath[0])) @endif @else {!! $checkin->note !!} @endif @endif @if($checkin->image_url) @endif
  • @endforeach