{{ __('Admin · Support · Agents') }}
{{ __('Support') }} {{ __('agents') }}
{{ __('Promote any platform user to a support agent. Active agents appear in the ticket-assign dropdown and rotate into auto-assignment.') }}
{{ session('success') }}
@endif
{{ $label }}
{{ $val }}
{{ __('Agent roster') }}
| {{ __('Name') }} | {{ __('Specialty') }} | {{ __('Open') }} | {{ __('Resolved 30d') }} | {{ __('Avg 1st reply') }} | {{ __('Active') }} | |
|---|---|---|---|---|---|---|
|
{{ $a->user?->name ?? 'User #' . $a->user_id }}
{{ $a->user?->email }}
|
{{ $a->specialty ?: '—' }} | {{ $a->open_count }} | {{ $a->resolved_30d }} | {{ $a->avg_first_response_min ? $a->avg_first_response_min . 'm' : '—' }} | ||
| {{ __('No agents yet. Add one on the right.') }} | ||||||