@foreach($comments as $comment)
{{ $comment->ticket_no }} {{optional($comment->user)->first_name}} {{optional($comment->user)->last_name}} added a comment {{$comment->created_at->diffForHumans()}} : {!!$comment->comment!!}
@endforeach