{{-- Partial: Stats Widget Component --}} {{-- Path: resources/views/general/live-activities/partials/stats-widget.blade.php --}}
إجمالي الأنشطة
{{ $stats['total'] ?? 0 }}
قيد الانتظار
{{ $stats['scheduled'] ?? 0 }}
مؤكدة
{{ $stats['confirmed'] ?? 0 }}
أنشطتي
{{ $stats['my_activities'] ?? 0 }}
تحتاج مراجعة
{{ $stats['pending'] }}
غياب بدون عذر
{{ $stats['absent_no_excuse'] }}
إجمالي النقاط
{{ $stats['total_points_earned'] ?? 0 }}