{{__("First Name")}}
*
{{__("Last Name")}}
*
{{__("Email Address")}}
*
{{__("Phone Number")}}
*
{{__("Address")}}
{{__("City")}}
{{__("Country")}}
*
{{__('-- Select --')}}
@foreach(get_country_lists() as $id=>$name)
country ?? '') == $id) selected @endif value="{{$id}}">{{$name}}
@endforeach
{{__("Special Requirements")}}
@include ('Booking::frontend/booking/checkout-deposit') @include ($service->checkout_form_payment_file ?? 'Booking::frontend/booking/checkout-payment') @php $term_conditions = setting_item('booking_term_conditions'); @endphp
{{__('I have read and accept the')}}
{{__('terms and conditions')}}
@if(setting_item("booking_enable_recaptcha"))
{{recaptcha_field('booking')}}
@endif
{{__('Submit')}}