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

{!! $comment->comment !!}

@endforeach