@if(!$comments->isEmpty()) @foreach($comments as $comment)
{!! $comment->user->name !!}
{!! $comment->created_at->diffForHumans() !!}
{!! $comment->html !!}
@endforeach @endif