@if(!$comments->isEmpty()) @foreach($comments as $comment)

{!! clean($comment->user->name) !!} {!! $comment->created_at->diffForHumans() !!}

{!! clean($comment->html) !!}

@endforeach @endif