Order Confirmation
Please check your order detail
Location
{{ $selectedLocation->name }}
{{ $selectedLocation->address }}
{{ $selectedLocation->contact_no }}
Order Detail
Ticket
{{ $productVariant->product->name }}
Date of Visit
{{ $bookingHelper->getDateToVisit() }}
Time of Visit
{{ $productVariant->name }}
{{ $startTimeAndEndTime }}
{{ $bookingItem["qty"] . ' Ticket' }}
@elseif($bookingItem["type"] == ProductTypeEnum::getString(ProductTypeEnum::MEMBERSHIP))Membership
@elseif ($bookingItem["type"] == ProductTypeEnum::getString(ProductTypeEnum::ADD_ON)) @if ($bookingItem["name"] == "Adult"){{ $bookingItem["qty"] . ' ' . $bookingItem["name"] }}
@else{{ '( ' . $bookingItem["qty"] . 'x ride ) ' . $bookingItem["name"] }}
@endif @endif{{ GeneralHelper::transformAmount($bookingItem["price"] * $bookingItem["qty"]) }}
Total
{{ GeneralHelper::transformAmount($bookingHelper->getTotal()) }}
Parents Information
Title
{{ ucwords($parentInformation["title"]) }}
{{ $parentInformation["email"] }}
Full Name
{{ ucwords($parentInformation["full_name"]) }}
Phone Number
{{ $parentInformation["phone_number"] }}
Kid Information
Full Name
{{ ucwords($kidInformation["full_name"]) }}
Age
{{ $kidInformation["age"] }} year
Payment Method
Total Payment
{{ GeneralHelper::transformAmount($bookingHelper->getGrandTotal()) }}