@foreach(recent_memes() as $row)
@if($row->file_description == 'upload from pc') @elseif($row->file_description == 'from URL') @endif
{{$row->title}} @if(@$row->user->avatar !== null) @else @endif {{@$row->user->name}} - {{$row->created_at->diffForHumans(null,true)}}
@endforeach