@if(Auth::user()->role === 'student') أنت مسجل كطالب في المنصة @elseif(Auth::user()->role === 'teacher') أنت مسجل كمعلم في المنصة @else أنت مسؤول في المنصة @endif
تقييمك
الحلقات المسجلة
{{ Auth::user()->student->halaqat->count() ?? 0 }}
سجل الحضور
{{ Auth::user()->student->attendances->where('status', 'present')->count() ?? 0 }}
سجل الحفظ
{{ Auth::user()->student->memorizations->count() ?? 0 }}
الحلقات
{{ Auth::user()->teacher->halaqat->count() ?? 0 }}
الطلاب
0
الدروس
{{ Auth::user()->teacher->lessons->count() ?? 0 }}
لا توجد إشعارات جديدة