{{ __('Agent leaderboard and productivity metrics') }}
| # | |||||
|---|---|---|---|---|---|
| {{ $index + 1 }} |
@php
$colors = ['bg-info/100', 'bg-success/100', 'bg-brand/100', 'bg-pink-500', 'bg-warning/100', 'bg-rose-500', 'bg-violet-500', 'bg-emerald-500'];
$bgColor = $colors[$index % count($colors)];
@endphp
{{ $agent['initials'] }}
{{ $agent['name'] }}
{{ $agent['role'] }} |
{{ number_format($agent['conversations']) }} | |||
| {{ __('No team members found.') }} | |||||