{{$ticket->title}}
@if($ticket->status != 2)@include('user.components.avatar')
{!! $ticket->content !!}
@if ($reply->user->is_admin)
@include('user.components.avatar')
@endif{!! $reply->content!!}