@php $isTh = app()->getLocale() === 'th'; $services = \Modules\Frontend\app\Support\SiteContent::services(); $therapists = \Modules\Frontend\app\Support\SiteContent::therapists(); @endphp @include('frontend::pages._partials.booking-quick-form', [ 'services' => $services, 'therapists' => $therapists, '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', ], 'notePlaceholder' => $isTh ? 'เช่น เวลาที่สะดวก อาการปวด' : 'e.g. time window, focus areas', ])