@if($row->discount_percent)
{{ __("SAVE :text",['text'=>$row->discount_percent]) }}
@endif
{{ __("From") }} {{ $row->display_sale_price }} {{ $row->display_price }}
{{ __("Check In - Out") }}
@if(!empty($row->min_day_before_booking)) @if($row->min_day_before_booking > 1) - {{ __("Book :number days in advance",["number"=>$row->min_day_before_booking]) }} @else - {{ __("Book :number day in advance",["number"=>$row->min_day_before_booking]) }} @endif @endif @if(!empty($row->min_day_stays)) @if($row->min_day_stays > 1) - {{ __("Stay at least :number days",["number"=>$row->min_day_stays]) }} @else - {{ __("Stay at least :number day",["number"=>$row->min_day_stays]) }} @endif @endif
{{__('Adults')}}
{{__('Ages 12+')}}
{{__('Children')}}
{{__('Ages 2–12')}}

{{__('Extra prices:')}}

(@{{type.price_type}})
@{{type.price_html}}
(@{{type.price_type}})
@{{ type.price }}%
@{{ formatMoney(type.price) }}
  • @{{total_price_html}}
  • @{{pay_now_price_html}}

@if($row->max_guests <= 1) {{__(':count Guest in maximum',['count'=>$row->max_guests])}} @else {{__(':count Guests in maximum',['count'=>$row->max_guests])}} @endif

@include("Booking::frontend.global.enquiry-form",['service_type'=>'space'])