@include('pages.ticket.components.panel')
user
@if(config('visibility.show_contact_profile')) @else {{ $ticket->first_name ?? runtimeUnkownUser() }} {{ $ticket->last_name ?? ''}} @endif
{{ runtimeDateAgo($ticket->ticket_created ) }}
{!! clean($ticket->ticket_message) !!}
@if($ticket->attachments_count > 0)
@foreach($ticket->attachments as $attachment) @include('pages.ticket.components.attachments') @endforeach
@endif
@include('pages.ticket.components.replies')
@if(config('visibility.ticket_replying_on_hold'))
{{ cleanLang(__('lang.ticket_is_on_hold')) }}
@endif @if(config('visibility.ticket_replying') && config('system.settings2_tickets_replying_interface') == 'popup')
@endif @if(config('visibility.ticket_replying') && config('system.settings2_tickets_replying_interface') == 'inline')
@endif @if(config('visibility.ticket_replying') && config('system.settings2_tickets_replying_interface') == 'inline') @endif