مرحباً بك، {{ Auth::user()->name }}

@if(Auth::user()->role === 'student') أنت مسجل كطالب في المنصة @elseif(Auth::user()->role === 'teacher') أنت مسجل كمعلم في المنصة @else أنت مسؤول في المنصة @endif

@if(Auth::user()->role === 'student' && Auth::user()->student)

تقييمك

@for($i = 1; $i <= 5; $i++) @endfor
@endif
@if(Auth::user()->role === 'student')

الحلقات المسجلة

{{ Auth::user()->student->halaqat->count() ?? 0 }}

سجل الحضور

{{ Auth::user()->student->attendances->where('status', 'present')->count() ?? 0 }}

سجل الحفظ

{{ Auth::user()->student->memorizations->count() ?? 0 }}

@elseif(Auth::user()->role === 'teacher')

الحلقات

{{ Auth::user()->teacher->halaqat->count() ?? 0 }}

الطلاب

0

الدروس

{{ Auth::user()->teacher->lessons->count() ?? 0 }}

@endif

الإشعارات

لا توجد إشعارات جديدة