{{ $case['student_name'] }}
{{ $case['class_name'] }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الحالات والطلاب' : 'Students and Cases') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'الحالات والطلاب' : 'Students & Cases' }}
{{ $isArabic ? 'صفحة عملية تضع الطلاب الأكثر احتياجًا في مقدمة المشهد، مع أحدث الحالات المسجلة داخل نطاقك.' : 'A practical page that keeps the highest-need students in focus, alongside the latest recorded cases in your scope.' }}
{{ $isArabic ? 'طلاب بحاجة متابعة' : 'Students needing follow-up' }}
{{ $flaggedStudentsCount }}
{{ $isArabic ? 'حالات حديثة' : 'Recent cases' }}
{{ $recentCaseCards->count() }}
{{ $isArabic ? 'تجميع تلقائي بحسب تكرار الغياب ودرجة الأولوية.' : 'Automatically grouped by absence frequency and intervention priority.' }}
| {{ $isArabic ? 'الطالب' : 'Student' }} | {{ $isArabic ? 'الصف' : 'Class' }} | {{ $isArabic ? 'عدد الغياب' : 'Absences' }} | {{ $isArabic ? 'آخر غياب' : 'Last absence' }} | {{ $isArabic ? 'الأولوية' : 'Priority' }} |
|---|---|---|---|---|
|
{{ $row['name'] }}
{{ $row['registration_number'] }}
|
{{ $row['class_name'] }} | {{ $row['absences_count'] }} | {{ $row['last_absence_label'] }} | {{ $row['risk_label'] }} |
| {{ $isArabic ? 'لا توجد حالات طلابية حرجة حتى الآن.' : 'No critical student cases yet.' }} | ||||
{{ $isArabic ? 'آخر وقائع الغياب التي تم رصدها في الفصول المسندة.' : 'The most recent absence records captured in assigned classes.' }}
{{ $case['class_name'] }}