{{ __('Admin · Support · Inbox') }}
{{ __('Support') }} {{ __('inbox') }}
{{ __('Every customer ticket lands here. Click a row to open the thread, reply, assign, or change priority.') }}
{{ session('success') }}
@endif
{{ $label }}
{{ $val }}
| {{ __('When') }} | {{ __('Subject / Customer') }} | {{ __('Priority') }} | {{ __('Status') }} | {{ __('Assignee') }} | |
|---|---|---|---|---|---|
| {{ optional($t->created_at)->format('M j') }} {{ optional($t->created_at)->format('H:i') }} |
{{ $t->subject ?: '(no subject)' }}
#{{ $t->ticket_number }} · {{ $t->name ?: $t->email }}
|
{{ $t->priority }} | {{ str_replace('_', ' ', $t->status) }} | @if ($t->assigned_agent_id) {{ ($agentUsers[$t->assigned_agent_id] ?? null)?->name ?? 'User #' . $t->assigned_agent_id }} @else {{ __('unassigned') }} @endif | {{ __('Open →') }} |
| {{ __('No tickets match the current filters.') }} | |||||
{{ $tickets->links() }}