{{ 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
Quick Entry
Enter shop code & update
View All Shops
Browse assigned shops
Add New Shop
Register a new shop
Sales Dashboard
Record sales & payments
Sales History
View transactions
My Stock
Inventory balance
Recent Shops
View All →
@if ($recentShops->isNotEmpty())
@foreach ($recentShops as $shop)
{{ $shop->name }}
{{ $shop->code }}
@if ($shop->district)
• {{ $shop->district }}
@endif @if ($shop->city)
• {{ $shop->city }}
@endif
{{ $shop->status }}
@endforeach
@else
🏪
No shops assigned yet
@endif