@php $isTh = app()->getLocale() === 'th'; @endphp @include('frontend::pages._partials.booking-quick-form', [ 'services' => $services, 'sectionId' => 'therapist-booking', 'headingId' => 'therapist-booking-heading', 'fieldIdStem' => 't-booking', 'formVariant' => 'therapist', 'hiddenTherapist' => $therapist['uuid'] ?? '', 'lockedTherapistName' => $therapist['name'], 'sidebarEyebrow' => $isTh ? 'จองคิว' : 'Book with', 'sidebarTitle' => $therapist['name'] ?? '', 'sidebarLead' => $therapist['desc'] ?? '', 'sidebarBulletItems' => [['icon' => 'lucide:check', 'text' => $isTh ? 'ทีมงานจะติดต่อกลับเพื่อยืนยันภายใน 1 ชั่วโมง' : 'We confirm your booking within 1 hour'], ['icon' => 'lucide:check', 'text' => $isTh ? 'ไม่มีการชำระเงินผ่านฟอร์มนี้' : 'No payment is collected via this form']], 'notePlaceholder' => $isTh ? 'อาการ ความต้องการพิเศษ' : 'Focus areas, allergies, etc.', ])