{!! csrf_field() !!} {!! MyHtml::email('email', old('email')) !!} {!! $errors->first('email', ':message') !!} {!! MyHtml::content(old('content')) !!} {!! $errors->first('content', ':message') !!} {!! MyHtml::authorUrl() !!} {!! MyHtml::submit() !!}
@forelse($post->comments()->noSpam()->get() as $c)

{{$c->content}}
date de publication: {{$c->published_at}}

@empty

No comment

@endforelse