إدارة جميع الطلاب المسجلين في النظام
| الطالب | الفصل الدراسي | ولي الأمر | الحالة | حساب النظام | العمليات |
|---|---|---|---|---|---|
|
@if($student->profile_photo_path)
{{ $student->full_name }}
ID: #{{ $student->id }}
|
{{ $student->grade->name ?? 'غير محدد' }} |
|
@if($student->status === 'active' || true) نشط @else غير نشط @endif |
@if(!$student->user_id)
@else
|
|