@section('title', '')
مرحباً بك،

{{ $agent->full_name_ar }}

المشرف: {{ $agent->supervisor?->name ?? 'غير محدد' }}

@if($announcements->count() > 0)

آخر الإعلانات والتنبيهات

@foreach($announcements as $ann) @php $cfg = match($ann->type) { 'warning' => ['bg'=>'#fffbeb','border'=>'#fde68a','text'=>'#d97706','label'=>'تنبيه هام','icon'=>'M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z'], 'promo' => ['bg'=>'#f0fdf4','border'=>'#bbf7d0','text'=>'#16a34a','label'=>'عرض ترويجي','icon'=>'M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z'], default => ['bg'=>'#eff6ff','border'=>'#bfdbfe','text'=>'#1d4ed8','label'=>'معلومة عامة','icon'=>'M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z'], }; @endphp
{{ $cfg['label'] }} {{ $ann->created_at_utc ? \Carbon\Carbon::parse($ann->created_at_utc)->format('Y/m/d') : '' }}

{{ $ann->title }}

{{ $ann->body }}

@endforeach
@endif
زيارات اليوم {{ $completedVisits }} / {{ $totalVisits }} زيارة
@php $pct = $totalVisits > 0 ? min(100, round(($completedVisits / $totalVisits) * 100)) : 0; @endphp
نسبة الإنجاز {{ $pct }}%
مبيعات اليوم (كمية) {{ number_format($salesQuantity) }} عبوة / حبة
العملاء النشطين {{ $activeCustomers }} عميل نشط

إجراءات سريعة