@php $isTh = app()->getLocale() === 'th'; @endphp @include('frontend::pages._partials.booking-quick-form', [ 'services' => $services, 'therapists' => \Modules\Frontend\app\Support\SiteContent::therapists(), 'preselectedService' => request()->query('service'), 'preselectedTherapist' => request()->query('therapist'), 'sidebarEyebrow' => $isTh ? 'จอง' : 'Book', 'sidebarTitle' => $isTh ? 'จองคิวสั้นๆ' : 'Quick booking', 'sidebarLead' => $isTh ? 'กรอกข้อมูลด้านข้าง ทีมงานจะติดต่อกลับเพื่อยืนยันเวลาและบริการ' : 'Send a short request — we will confirm your time and treatment by message or phone.', 'sidebarBulletItems' => [$isTh ? 'ตอบกลับภายใน 1 ชั่วโมงทำการ (โดยประมาณ)' : 'Reply within business hours (approx. 1 hr)', $isTh ? 'ไม่มีการเรียกเก็บเงินผ่านฟอร์มนี้' : 'No payment collected via this demo form'], ])