@if (is_plugin_active('payment')) @php Theme::asset()->container('header')->usePath()->add('jquery', 'plugins/jquery.min.js'); Theme::asset()->container('header')->add('payment-js', 'vendor/core/plugins/payment/js/payment.js'); @endphp {!! apply_filters(PAYMENT_FILTER_HEADER_ASSETS, null) !!} @endif @php Theme::set('pageTitle', __('Booking')); Theme::asset()->container('footer')->usePath()->add('checkout-js', 'js/checkout.js'); @endphp @csrf @if (is_plugin_active('paypal')) @endif @if (! $customer->id) {{ __('Already have an account?') }} {{ __(' Login') }} @endif {{ __('Add Extra Services') }} @php $chunks = $services->chunk(ceil($services->count() / 2)); @endphp @if (count($chunks) > 0) @foreach($chunks[0] as $service) id, (array)old('services', $selectedServices))) checked @endif> {{ $service->name }} ({{ format_price($service->price) }}) @endforeach @endif @if (count($chunks) > 1) @foreach($chunks[1] as $service) id, (array)old('services', $selectedServices))) checked @endif> {{ $service->name }} ({{ format_price($service->price) }}) @endforeach @endif @if (count($foods) > 0) {{ __('Add Foods') }} @foreach($foods as $food) id, (array)old('foods', $selectedFoods))) checked @endif> {{ $food->name }} ({{ format_price($food->price) }}) @endforeach @endif {{ __('Your Information') }} {{ __('Required fields are followed by *') }} {{ __('First Name') }} * {{ __('Last Name') }} * {{ __('Email') }} * {{ __('Phone') }} * {{ __('Country') }} {{ __('State / Province') }} {{ __('City') }} {{ __('Address') }} {{ __('Postal / Zip code') }} {{ __('Arrival Time') }} {{ __('I do not know') }} 12:00 - 1:00 {{ __('AM') }} 1:00 - 2:00 {{ __('AM') }} 2:00 - 3:00 {{ __('AM') }} 3:00 - 4:00 {{ __('AM') }} 4:00 - 5:00 {{ __('AM') }} 5:00 - 6:00 {{ __('AM') }} 6:00 - 7:00 {{ __('AM') }} 7:00 - 8:00 {{ __('AM') }} 8:00 - 9:00 {{ __('AM') }} 9:00 - 10:00 {{ __('AM') }} 10:00 - 11:00 {{ __('AM') }} 11:00 - 12:00 {{ __('AM') }} 12:00 - 1:00 {{ __('PM') }} 1:00 - 2:00 {{ __('PM') }} 2:00 - 3:00 {{ __('PM') }} 3:00 - 4:00 {{ __('PM') }} 4:00 - 5:00 {{ __('PM') }} 5:00 - 6:00 {{ __('PM') }} 6:00 - 7:00 {{ __('PM') }} 7:00 - 8:00 {{ __('PM') }} 8:00 - 9:00 {{ __('PM') }} 9:00 - 10:00 {{ __('PM') }} 10:00 - 11:00 {{ __('PM') }} 11:00 - 12:00 {{ __('PM') }} @if(! $customer->id) {{ __('Register an account with above information?') }} {{ __('Password') }} {{ __('Password confirm') }} @endif {{ __('Requests') }} {{ old('requests') }} @include('plugins/hotel::coupons.partials.form') @if (is_plugin_active('payment') && ($defaultPaymentMethod = PaymentMethods::getDefaultMethod()) && get_payment_setting('status', $defaultPaymentMethod)) {{ __('Payment method') }} {!! apply_filters(PAYMENT_FILTER_ADDITIONAL_PAYMENT_METHODS, null, [ 'amount' => $total, 'currency' => strtoupper(get_application_currency()->title), 'name' => $room->name, 'selected' => PaymentMethods::getSelectedMethod(), 'default' => $defaultPaymentMethod, 'selecting' => PaymentMethods::getSelectingMethod(), ]) !!} {!! PaymentMethods::render() !!} @endif {!! apply_filters('form_extra_fields_render', null) !!} {{ __('Terms & conditions *') }} {{ __('Checkout') }} @if ($hotelRules = theme_option('hotel_rules')) {{ __('Hotel rules') }} {!! BaseHelper::clean($hotelRules) !!} @endif @if ( $cancellation = theme_option('cancellation')) {{ __('Cancellation') }} {!! BaseHelper::clean($cancellation) !!} @endif @if (is_plugin_active('payment')) {!! apply_filters(PAYMENT_FILTER_FOOTER_ASSETS, null) !!} @php Theme::asset()->container('footer') ->add('js-validation', 'vendor/core/core/js-validation/js/js-validation.js', ['jquery']) ->writeContent('checkout-validator', JsValidator::formRequest(Botble\Hotel\Http\Requests\CheckoutRequest::class)) @endphp @endif
{{ __('Already have an account?') }} {{ __(' Login') }}
{{ __('Required fields are followed by *') }}