@if($siteBrand->hasFavicon())
@endif
@yield('title','الرئيسية') — {{ $siteBrand->name() }}
@stack('styles') @php $pid=session('patient_id'); $uc=$pid?\App\Models\PatientNotification::where('patient_id',$pid)->where('is_read',false)->count():0; $ini=strtoupper(mb_substr($authPatient->user->name??'م',0,1)); @endphp {{-- ══ TopBar ══ --}}
@if($siteBrand->hasLogo())
@endif
{{ $ini }}
{{ $authPatient->user->name }}
@yield('tb-sub','بوابتك الصحية 🏥')
@if($uc)
@endif
{{-- ══ Drawer overlay ══ --}}
{{-- ══ Drawer menu ══ --}}
{{ $ini }}
{{ $authPatient->user->name }}
{{ $authPatient->user->phone }}
@if($authPatient->blood_type)
🩸 {{ $authPatient->blood_type }}
@endif
الرئيسية
البحث عن طبيب
مواعيدي
سجلاتي الطبية
@if($uc > 0)
الإشعارات
{{ $uc }}
@else
الإشعارات
@endif
ملفي الشخصي
@csrf
تسجيل الخروج
{{ $siteBrand->name() }} v1.0 · جميع الحقوق محفوظة
{{-- ══ Scroll Content ══ --}}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content')
{{-- ══ Bottom Nav ══ --}}
الرئيسية
أطباء
مواعيد
سجلاتي
حسابي
@include('partials.splash-ad') @stack('scripts')