{{ __("Let us know who you are") }}
{{ __("First Name") }}
{{ __("Last name") }}
{{ __("Email") }}
{{ __("Phone") }}
{{ __("Address line 1") }}
{{ __("Address line 2") }}
{{ __("State/Province/Region") }}
{{ __("ZIP code/Postal code") }}
{{ __("Country") }}
{{__('-- Select --')}}
@foreach(get_country_lists() as $id=>$name)
country ?? '') == $id) selected @endif value="{{$id}}">{{$name}}
@endforeach
{{ __("City") }}
{{ __("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
{{__('By continuing, you agree to the')}}
{{__('Terms and Conditions')}}
@if(setting_item("booking_enable_recaptcha"))
{{recaptcha_field('booking')}}
@endif
{{__('CONFIRM BOOKING')}}