@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')