| {{ __('admin.students.table.student') }} | {{ __('admin.students.table.email') }} | {{ __('admin.students.table.class') }} | {{ __('admin.students.table.subscription') }} | {{ __('admin.students.table.sponsor') }} | {{ __('admin.students.table.quizzes') }} | Statut | {{ __('admin.students.table.actions') }} |
|---|---|---|---|---|---|---|---|
|
{{ $initials }}
{{ $student->full_name }}
|
{{ $student->email }} | {{ $student->schoolClass?->name ?? '-' }} | @if($subscriptionPlan) @if($subscriptionPlan->name === 'Premium') Premium @else Free @endif @else Free @endif | @if($student->referredBy) {{ $student->referredBy->full_name }} @else - @endif | {{ $student->quizzes->count() }} | @if($student->is_active) Actif @else Inactif @endif |
|
| {{ __('admin.students.no_students_found') }} | |||||||