Live — updates every 10 seconds
Active Calls
Available Agents
Missed Today
Voicemails
| Agent | @if($canViewAllWorkspaces)Workspace | @endifStatus | Since |
|---|---|---|---|
| {{ $s->agent?->name_first }} {{ $s->agent?->name_last }} | @if($canViewAllWorkspaces){{ $s->solicitor?->name ?? '—' }} | @endif{{ str_replace('_', ' ', ucwords($s->status)) }} | {{ $s->status_changed_at?->diffForHumans() ?? '—' }} |
| Caller | Status | Time | |
|---|---|---|---|
|
@if($clientUrl)
{{ $callerLabel }}
@else
{{ $callerLabel }}
@endif
{{ $externalNumber ?: '—' }}
|
{{ str($communication->status)->replace('_', ' ')->title() }} |
{{ $communication->started_at?->format('H:i') ?? '—' }}
{{ $communication->started_at?->format('d M') }}
|
| 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 }}
|