{{ $ticket->subject }}
{{ $ticket->ticket_number }} •
{{__('Created')}} {{ $ticket->created_at->format('d.m.Y H:i') }}
{{ $ticket->status_text }}
{{ $ticket->priority_text }}
{{ $ticket->priority_text }}
{{__('Category')}}
{{ $ticket->category_text }}
{{ $ticket->category_text }}
{{__('Last Activity')}}
{{ $ticket->last_activity_at->diffForHumans() }}
{{ $ticket->last_activity_at->diffForHumans() }}
{{__('Assigned To')}}
{{ $ticket->assignedTo->account_holder ?? $ticket->assignedTo->name }}
@endif
{{ $ticket->assignedTo->account_holder ?? $ticket->assignedTo->name }}
{{__('Messages')}} ({{ $ticket->messages->count() }})
{{__('Send Reply')}}
{{__('Ticket is Closed')}}
{{__('This ticket has been closed and no longer accepts replies.')}}
@if($ticket->status == 'resolved' && auth()->user()->user_type != 1) @endif
@if(auth()->user()->user_type == 1)
@endif
{{__('Admin Actions')}}
{{__('Ticket Information')}}
{{__('Ticket Number')}}
{{ $ticket->ticket_number }}
{{__('Created By')}}
{{ $ticket->user->account_holder ?? $ticket->user->name }}
{{__('Created Date')}}
{{ $ticket->created_at->format('d.m.Y H:i') }}
{{__('Last Activity')}}
@if($ticket->resolved_at)
{{ $ticket->last_activity_at->format('d.m.Y H:i') }}
{{__('Resolved Date')}}
@endif
@if($ticket->closed_at)
{{ $ticket->resolved_at->format('d.m.Y H:i') }}
{{__('Closed Date')}}
@endif
{{ $ticket->closed_at->format('d.m.Y H:i') }}