@foreach($ticket->comments as $comment)
@if($ticket->userid != $comment->userid) Admin @else {{ Auth::user()->name }} @endif
{{ $comment->created_at->format('Y-m-d') }}
{{ $comment->comment }}
@endforeach