@foreach($comments as $comment)
{{$comment->user->name}}
{{$comment->created_at->diffForHumans()}}

{{$comment->comment}}

@endforeach