Comments

@error('newComment') {{ $message }} @enderror
@if (session()->has('message'))
{{ session('message') }}
@endif
@if($image) @endif
@foreach($comments as $comment)

{{$comment->creator->name}}

{{$comment->created_at->diffForHumans()}}

{{$comment->body}}

@if($comment->image) @endif
@endforeach {{$comments->links()}}