{{ substr($agent->code, 0, 2) }}

Agent Dashboard

{{ $agent->code }} @if ($agent->teamLeader) • Team Leader: {{ $agent->teamLeader->code }} @endif
{{ $stats['visits_today'] }}
Visits Today
{{ $stats['orders_today'] }}
Orders Today
{{ $stats['total_shops'] }}
Total Shops
{{ $stats['active_shops'] }}
Active Shops
{{ $stats['inactive_shops'] }}
Inactive Shops
{{ number_format(($stats['active_shops'] / max($stats['total_shops'], 1)) * 100, 0) }}%
Activity Rate

Quick Actions

Recent Shops

View All →
@if ($recentShops->isNotEmpty()) @else
🏪
No shops assigned yet
@endif