@csrf
اختر طبيباً وتاريخاً لعرض الأوقات المتاحة.
{{-- Telehealth toggle. Gated behind plan feature so trial/basic clinics don't see a control they can't use. On save, the backend generates a Jitsi meeting URL and the JS opens a share dialog with a WhatsApp button. --}} @feature('telemedicine')
@endfeature {{-- SMS / WhatsApp confirmations are paid features — only render these checkboxes when the active plan unlocks them. Otherwise clinics on the trial / basic tier see a switch they can't actually use. --}} @feature('sms')
@endfeature @feature('whatsapp')
@endfeature
{{-- ============================================================ --}} {{-- Telehealth share modal — opens after a telehealth appointment --}} {{-- is saved. Two-step flow: --}} {{-- Step 1: open Google Meet in new tab, paste URL, save. --}} {{-- Step 2: send URL to patient via wa.me (clinic-country phone).--}} {{-- ============================================================ --}} @push('scripts') @endpush