@extends('layouts.clinic') @section('title', niche_module_label('clinic').' — '.config('app.name')) @section('content')

لوحة {{ niche_module_label('clinic') }}

+ حجز سريع

{{ niche_label('entities.customer', 'المرضى') }}

{{ $stats['patients_total'] }}

حجوزات اليوم

{{ $stats['appointments_today'] }}

قيد الانتظار

{{ $stats['pending_today'] }}

روشتات الأسبوع

{{ $stats['prescriptions_week'] }}

@canFeature('clinic_patient_portal')

بوابة الحجز للمرضى + QR

انسخ الرابط أو اطبع/حمّل الـ QR لتعليقه في الاستقبال.

@if($portalUrl)
{{ $portalUrl }}
@else
لا يوجد `tenant_slug` مفعل بعد لهذا المستأجر.
@endif
@if($qrDataUri)
Clinic Portal QR
@endif
@endcanFeature @if(! empty($storeOnlinePanel)) @endif

الحجوزات القادمة

@forelse($upcoming as $appt)

{{ $appt->patient?->name }}

{{ $appt->appointment_date?->translatedFormat('d M Y') }} — {{ substr((string) $appt->start_time, 0, 5) }}

@empty

لا توجد حجوزات قادمة.

@endforelse
@endsection