Live — updates every 10 seconds
Active Calls
Available Agents
Missed Today
Voicemails
| Agent | Status | Since |
|---|---|---|
| {{ $s->agent?->name_first }} {{ $s->agent?->name_last }} | {{ str_replace('_', ' ', ucwords($s->status)) }} | {{ $s->status_changed_at?->diffForHumans() ?? '—' }} |
| Caller | Agent | Dir | Started |
|---|---|---|---|
| {{ $callerLabel }} | {{ $comm->agent?->name_first }} {{ $comm->agent?->name_last }} | @if($comm->direction === 'inbound') In @else Out @endif | {{ $comm->started_at?->diffForHumans() ?? '—' }} |
| Caller | Number | Time |
|---|---|---|
| {{ $callerLabel }} | {{ $comm->call?->from_number ?? '—' }} | {{ $comm->started_at?->format('H:i') ?? '—' }} |
| Caller | Recording | |
|---|---|---|
|
@if($clientUrl)
{{ $callerLabel }}
@else
{{ $callerLabel }}
@endif
{{ $vm->received_at?->diffForHumans() ?? '—' }}
|
@if($vm->recording?->hasStoredFile())
Could not load audio.
00:00
/
{{ $durLabel }}
|