@foreach($tickets->comments as $key=>$comment)
@if($tickets->userid != $comment->userid)
{{env('APP_NAME')}}: @else
@endif {{ $comment->comment }}
@endforeach