@if ($teamLeaders->count() > 0)
@foreach ($teamLeaders as $tl)
{{ $tl->agents_count ?? 0 }}
Agents
{{ $tl->shops_count ?? 0 }}
Shops
{{ number_format($tl->total_sales ?? 0, 0) }}
Sales
@endforeach
{{ $teamLeaders->links() }}
@else
👨💼
No team leaders found
@endif