@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الإعفاءات والإجازات الطبية' : 'Medical Leaves & Exemptions') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'تعرض هذه الصفحة ما صدر من الوحدة الصحية حتى يتم اعتماده أو رفضه إداريًا.' : 'This page lists the records issued by the health office so administration can approve or reject them.' }}