Post a Meme



@csrf
{{ $errors->first('img') }}
@if(Session::has('message')) {{ Session::get('message') }} @endif
{{ $errors->first('title') }}
@foreach($memes as $row)
@if($row->file_description == 'upload from pc') @elseif($row->file_description == 'from URL') @endif

{{$row->title}}

@foreach($row->categories as $c) {{$c->category->name}}, @endforeach
@endforeach