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

{{ strip_tags((string) $comment->comment) }}

@endforeach