@extends('layouts.app') @section('head') @endsection @section('content')

{{__('Booking Submission')}}

@csrf {{-- @include ($service->checkout_form_file ?? 'Booking::frontend/booking/checkout-form')--}}
{{--@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

{{--
@include ($service->checkout_booking_detail_file ?? '')
--}}
@endsection @section('footer') {{-- --}} @endsection