{{ $students->total() }}
{{ $students->where('is_active', true)->count() }}
{{ $students->filter(function($student) { return $student->halaqat->count() > 0; })->count() }}
{{ $students->filter(function($student) { return $student->halaqat->count() == 0; })->count() }}
| الاسم الكامل | التقييم | البريد الإلكتروني | الهاتف | الحلقات | الإجراءات |
|---|---|---|---|---|---|
|
{{ mb_substr($student->full_name, 0, 1) }}
{{ $student->full_name }}
|
@for($i = 1; $i <= 5; $i++)
@endfor
|
{{ $student->user->email }} | {{ $student->phone ?? '-' }} |
@if($student->halaqat->count() > 0)
@foreach($student->halaqat as $halaqa)
@else
لا يوجد
@endif
{{ $halaqa->name }}
@endforeach
|
|
| لا يوجد طلاب مسجلون | |||||
الطالب: