{{ $halaqat->total() }}
{{ $halaqat->where('is_active', true)->count() }}
{{ $halaqat->sum(function($halaqa) { return $halaqa->students->count(); }) }}
{{ $halaqat->count() > 0 ? round($halaqat->sum(function($halaqa) { return $halaqa->students->count(); }) / $halaqat->count(), 1) : 0 }}
{{ $halaqa->description ?? 'لا يوجد وصف' }}
عدد الطلاب
{{ $halaqa->students->count() }}
الحد الأقصى
{{ $halaqa->max_students ?? '∞' }}
الطلاب:
لا توجد حلقات مسجلة