@extends('layouts.app') @section('title', 'Support performance') @section('content')
{{ $from->format('d M Y') }} – {{ $to->format('d M Y') }}
No tickets in this period.
@endforelseNo tickets in this period.
@endforelse| Agent | Assigned | Resolved | Avg first response | Avg resolution | CSAT |
|---|---|---|---|---|---|
| {{ $agent['name'] }} | {{ $agent['assigned'] }} | {{ $agent['resolved'] }} | {{ $agent['avg_first_response'] }} | {{ $agent['avg_resolution'] }} | {{ $agent['csat'] ? number_format($agent['csat'], 1) : '—' }} |
| @include('components.empty-state', ['icon' => '👤', 'title' => 'No agent activity']) | |||||