@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الملف الصحي' : 'Health Profile') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $studentClassName }}
{{ $isArabic ? 'الحالة الحرجة' : 'Severe condition' }}
{{ $profile->severe_condition_flag ? ($isArabic ? 'نشطة' : 'Active') : ($isArabic ? 'لا يوجد' : 'None') }}
{{ $isArabic ? 'بطاقة الطوارئ' : 'Emergency card' }}
{{ $profile->emergency_contact_name ?: ($isArabic ? 'غير مكتملة' : 'Incomplete') }}