@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'تنبيهات صحية للطلاب' : 'Student Health Alerts') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $student['class_name'] }}
@if($student['teacher_alert_note']){{ $student['teacher_alert_note'] }}
@endif