Track team performance and agent productivity
@if($period !== 'all')Showing data from {{ $startDate->format('M d, Y') }} to {{ $endDate->format('M d, Y') }}
@endifTotal Calls
Picked Calls
Pending Call Backs
Conversion Rate
Missed
{{ number_format($missedCalls) }}
Call Back
{{ number_format($callBackCalls) }}
Declined
{{ number_format($declinedCalls) }}
Invalid
{{ number_format($invalidCalls) }}
{{ $agent->name }}
{{ number_format($agent->total_calls) }} calls
{{ $agent->success_rate }}%
{{ number_format($agent->picked_calls) }} picked
No call data available
{{ $call->callable->name ?? 'N/A' }}
{{ $call->user->name }} • {{ $call->called_at->diffForHumans() }}
No recent calls