@foreach($ticket->comments as $comment)
{{ $comment->user->name }} {{ $comment->created_at->format('Y-m-d') }}
{{ $comment->comment }}
@endforeach