{{ $isArabic ? 'طلاب تحت المتابعة' : 'Tracked students' }}
{{ $trackedStudentsCount }}
{{ $isArabic ? 'عرض الملفات ←' : 'View profiles →' }}@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'لوحة الرعاية الصحية' : 'Health Care Dashboard') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'متابعة شاملة للحالات الصحية، العيادة، الأدوية، والتواصل مع أولياء الأمور.' : 'Comprehensive tracking of health cases, clinic, medications, and parent communication.' }}
{{ $isArabic ? 'طلاب تحت المتابعة' : 'Tracked students' }}
{{ $trackedStudentsCount }}
{{ $isArabic ? 'عرض الملفات ←' : 'View profiles →' }}{{ $isArabic ? 'ملاحظات عاجلة مفتوحة' : 'Open urgent notes' }}
{{ $urgentNotesCount }}
{{ $isArabic ? 'عرض الملاحظات ←' : 'View notes →' }}{{ $isArabic ? 'زيارات اليوم' : "Today's visits" }}
{{ $clinicVisitsTodayCount }}
{{ $isArabic ? 'إدارة العيادة ←' : 'Manage clinic →' }}{{ $isArabic ? 'تنبيهات المخزون' : 'Inventory alerts' }}
{{ $inventoryAlertsCount }}
{{ $isArabic ? 'عرض المخزون ←' : 'View inventory →' }}{{ $isArabic ? 'الملفات الصحية' : 'Health profiles' }}
{{ $profilesCount }}
{{ $isArabic ? 'أدوية نشطة' : 'Active medications' }}
{{ $activeMedicationCount }}
{{ $isArabic ? 'إدارة الأدوية ←' : 'Manage medications →' }}{{ $isArabic ? 'إجمالي الملاحظات' : 'Total notes' }}
{{ $notesCount }}
{{ $isArabic ? 'عرض الكل ←' : 'View all →' }}{{ $isArabic ? 'إشعارات أولياء الأمور' : 'Parent notifications' }}
{{ $parentNotificationsCount }}
{{ $isArabic ? 'إرسال تنبيه ←' : 'Send alert →' }}{{ $isArabic ? 'آخر 8 حالات غياب مسجلة' : 'Last 8 logged absence cases' }}
{{ $case['student_name'] }}
{{ $case['class_name'] }}{{ $case['subject_name'] !== ($isArabic ? 'بدون مادة' : 'No subject') ? ' · ' . $case['subject_name'] : '' }}
{{ $isArabic ? 'لا توجد حالات غياب صحية حديثة.' : 'No recent health absences.' }}
{{ $note['title'] }}
{{ $note['student_name'] }}
{{ $alert['title'] }}
{{ $alert['summary'] }}