{{ __('Admin · Support · Customers') }}
{{ __('Customer') }} {{ __('workspaces') }}
{{ __('Workspaces ranked by support load. Click through to view all their tickets + impersonate.') }}
{{ $label }}
{{ $val }}
{{ __('Workspaces with tickets') }}
| {{ __('Workspace') }} | {{ __('Open') }} | {{ __('Total') }} | {{ __('Avg resolution') }} | {{ __('Last ticket') }} | |
|---|---|---|---|---|---|
|
{{ $ws?->name ?? 'Workspace #' . $r->workspace_id }}
{{ $ws?->slug }}
|
{{ $r->open_tickets }} | {{ $r->total_tickets }} | {{ $avg !== null ? $avg . 'm' : '—' }} | {{ $r->last_ticket_at ? \Carbon\Carbon::parse($r->last_ticket_at)->diffForHumans() : '—' }} | @if ($ws) Open → @endif |
| {{ __('No customers have raised tickets yet.') }} | |||||