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

{{ __("Thank You. Your Booking Order is Confirmed Now.") }}

{{__('Booking details has been sent to:')}} {{$booking->email}}

@if($note = $gateway->getOption("payment_note"))

{!! clean($note) !!}

@endif
@include ($service->booking_customer_info_file ?? 'Booking::frontend/booking/booking-customer-info')
@include ($service->checkout_booking_detail_file ?? '')
@endsection @section('footer') @endsection