@extends('layouts.landing') @section('title', 'MediBook AI — '.__('Built for dental clinics')) @section('content') {{-- HERO --}}
{{ __('Built for dental clinics') }}

{{ __('Your dental clinic, on autopilot') }}

{{ __('Dental chart, treatment plans, installments, and WhatsApp reminders — in Arabic and English. Fewer no-shows, faster collections.') }}

✓ {{ __('No card required') }}   ✓ {{ __('Cancel anytime') }}

{{-- Signature element: live FDI chart vignette + WhatsApp reminder --}}

FDI · {{ __('Tooth 16 — caries marked on the chart') }}


{{-- FEATURES --}}

{{ __('Everything a dental clinic needs') }}

{{ __("Nothing it doesn't.") }}

@foreach([ ['🦷', __('Interactive dental chart'), __('FDI 32-tooth chart with per-surface conditions and full history for every patient.')], ['📋', __('Treatment plans'), __('Build tooth-linked plans with prices, track every step from proposed to completed.')], ['💬', __('WhatsApp reminders'), __('Confirmations, 24-hour and 1-hour reminders with Yes/No buttons that kill no-shows.')], ['💳', __('Installment payments'), __('Crowns, implants, ortho — schedule payments and let WhatsApp chase the due dates.')], ['🩻', __('Photos & X-rays'), __('Before/after pairs and X-rays attached to teeth and plans, shareable in one tap.')], ['📅', __('Online booking'), __('A booking page for your clinic with live availability and a WhatsApp contact button.')], ] as [$icon, $title, $text])
{{ $icon }}

{{ $title }}

{{ $text }}

@endforeach
{{-- HOW IT WORKS --}}

{{ __('How it works') }}

@foreach([ ['1', __('Create your clinic'), __('Sign up, pick your clinic address, add your dentists and working hours.')], ['2', __('Patients book and get reminded'), __('Online or at reception — WhatsApp confirms, reminds, and requests reviews automatically.')], ['3', __('You chart, plan, and collect'), __('Chart findings become treatment plans, invoices, and installments — all connected.')], ] as [$num, $title, $text])
{{ $num }}

{{ $title }}

{{ $text }}

@endforeach
{{-- PRICING --}}

{{ __('Simple pricing') }}

{{ __('One plan. Everything included.') }}

{{ $plan?->name ?? 'MediBook Dental Pro' }}
{{ $plan?->priceUsdFormatted() ?? '$35' }}

{{ __('per month') }} · {{ __('or') }} {{ $plan?->priceIqdFormatted() ?? '50,000 IQD' }}

  • {{ __('Up to 5 dentists') }}
  • {{ __('Unlimited patients') }}
  • {{ __('1,500 WhatsApp messages / month') }}
  • {{ __('10 GB photo & X-ray storage') }}
  • {{ __('Pay by Paddle, Zain Cash, or SuperQi') }}
{{ __('14-day free trial') }}
{{-- FAQ --}}

{{ __('Frequently asked questions') }}

@foreach([ [__('Do my patients need to install anything?'), __('No. Patients book from a link and receive everything on WhatsApp.')], [__('Does it work in Arabic?'), __('Yes — the entire platform and all WhatsApp messages are available in Arabic and English.')], [__('How do I pay from Iraq?'), __('Zain Cash or SuperQi transfer with in-app receipt upload, or any card via Paddle.')], [__('What happens after the trial?'), __('Your data stays safe. Subscribe to continue — there is a 7-day grace period after expiry.')], ] as $i => [$q, $a])

{{ $a }}
@endforeach
{{-- CTA --}}

{{ __('Stop losing appointments to no-shows') }}

{{ __('Set up your clinic in under 10 minutes.') }}

{{ __('Start your 14-day free trial') }}

{{ __('Already have a clinic?') }} {{ __('Log in') }} → your-clinic.{{ config('tenancy.central_domain') }}/login

@push('scripts') @endpush @endsection