@extends('frontend.layouts.master2') @section('title') Confirm Booking @endsection @section('main-content') @include('frontend.layouts.notification')

Booking Confirmation

Tembea Horizons Booking

Booking Confirmation

We're thrilled to confirm your booking! Once your reservation is processed, we'll send you a confirmation email containing all the essential information regarding your booking.

Thank you for selecting our services. Your trust and support mean the world to us.

Start Date:

{{$order->date_arrival->format('d M , Y. D')}}

End Date:

{{$order->date_arrival->addDays($order->total_stay)->format('d M , Y. D')}}

Booking ID:

#{{$order->id}}

Payment Method:

Bank

Booking Details

{{$order->tour->title}}
& Sea
{{$order->number_adult}} 𝗑 Adult (age 7-99)
${{$order->tour->price * $order->number_adult}}
{{$order->number_child}} 𝗑 Infant (age 0-6)
${{$order->tour->price_per_child * $order->number_child}}
Total price
${{($order->tour->price * $order->number_adult) + ($order->tour->price_per_child * $order->number_child)}}
@endsection