@extends('admin/layouts/admin') @section('title', __($ticket->subject, ['name' => $item->username])) @section('styles') @endsection @section('scripts') @endsection @section('content')
{{ __('helpdesk.support.show.index_description') }}
{!! $message->formattedMessage() !!}
{!! nl2br($comment->comment) !!}
{{ __('helpdesk.support.show.comments.no_comments') }}
@endif