{{ destination.country }}
{{ destination.name }}
{{ destination.note }}
*بدءًا من
{{
currencyRate(
destination.starting_from * 1,
destination.currency
)
}}
{{ currentCurrencyCode }} لكل ضيف/ليلة
عدد الضيوف
أيام ليالي
{ { {{ Select selectedDestinationObject.note }}}
{{
goals.find((e) => e.id == retreatGoalFilter)
?.name
}}
الكل
معلومات عن الضيف
ضيفالطفل #{{
index + 1
}}
يرجى إدخال الاسم الأول للضيف.
يرجى إدخال اسم عائلة الضيف.
يرجى إدخال عنوان بريد إلكتروني للاتصال.
يرجى إدخال رقم هاتف للاتصال.
الأماكن
{{ selectedDestinationObject.name }}
التواريخ
الغرف
{{
selectedRoomObject?.name
}}
{{ currentCurrencyCode }} {{
selectedRoomObject?.ppn == 0
? "Included"
: currencyRate(selectedRoomObject?.ppn.toFixed(2))
}}
الضيوف
{{ guest.firstName }} {{ guest.lastName }}
{{ retreatById(guest.selectedRetreat).name }}
{{ currentCurrencyCode }} {{
currencyRate(
(retreatsTotal * duration) / adultGuests.length
)
}}
Included in the rate
الغرف
{{
selectedRoomObject?.name
}}
{{ currentCurrencyCode }} {{
selectedRoomObject?.ppn == 0
? "Included"
: currencyRate(selectedRoomObject?.ppn.toFixed(2))
}}
المجموع الفرعي
{{ currentCurrencyCode }} {{ currencyRate(allTotal + totalDiscount) }}
خصم
- {{
currentCurrencyCode
}} {{ currencyRate(totalDiscount) }}
رمز الترويجي:
{{ promoCode }}
{{ promocodeDescription }}
{{ promoCodeDescription }}
SVC 10% + ضريبة القيمة المضافة 7%
{{ currentCurrencyCode }} {{ currencyRate(taxTotal) }}
الإجمالي
{{ currentCurrencyCode }} {{ currencyRate(taxTotal + allTotal) }}
يشمل ضريبة القيمة المضافة ورسوم الخدمة.
القيم المحولة بالعملة هي للإشارة فقط. سيتم تحصيل الرسوم منك بالعملة المحلية للمكان.
القيم المحولة بالعملة هي للإشارة فقط. سيتم تحصيل الرسوم منك بالعملة المحلية للمكان.