{{ $case['student_name'] }}
{{ $case['course_name'] }}
{{ $case['recorded_at'] }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الزائرة الصحية' : 'Health Visitor Dashboard') @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp
{{ $isArabic ? 'متابعة الغيابات ذات الصلة بصحة الطلاب والفصول المستقبلية.' : 'Track health-related absences and upcoming sessions.' }}
{{ $isArabic ? 'آخر سجلات الحضور' : 'Latest attendance logs' }}
{{ $isArabic ? 'جلسات مبرمجة قادمة' : 'Scheduled meetings ahead' }}
{{ $isArabic ? 'رسائل الصحة الحرجة' : 'Critical messages' }}
{{ $case['course_name'] }}
{{ $case['recorded_at'] }}
{{ $session['course_name'] }}