@foreach ($comments as $comment)
{{$comment->user->channel_name ? $comment->user->channel_name : $comment->user->fullname }} {{ $comment->created_at->diffForHumans() }}
{{ $comment->comment }}
{{$comment->user->channel_name ? $comment->user->channel_name : $comment->user->fullname }} {{ $comment->created_at->diffForHumans() }}
{{ $comment->comment }}