@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) @elseif(preg_match("/\.ogg/", $filepath) @endif @else {!! $checkin->note !!} @endif @endif @if($checkin->image_url) @endif
  • @endforeach