@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الملفات الصحية' : 'Health Profiles') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'الملفات الصحية' : 'Health profiles' }}
{{ $isArabic ? 'ابحث عن الطالب وافتح ملفه الصحي لإدارة المؤشرات الحيوية، الحساسية، التطعيمات، وبطاقة الطوارئ.' : 'Search for a student and open the profile to manage vitals, allergies, vaccinations, and the emergency card.' }}
{{ $card['class_name'] }}
{{ $card['identifier'] }}