@extends("web.layouts.master") @section("content")
@csrf

Parents Information


E-ticket will be sent to this email

Kids Information


@foreach (range(1, collect($bookingHelper->getBookingItems())->first()["qty"]) as $key => $item)
{{ $key + 1 }}
@endforeach
@include("web.components.order-detail-card")
@include("web.components.modal-with-loading-icon", [ "modalIndex" => 0 ]) @include("web.components.cancelable-notification-modal", [ "modalIndex" => 1 ]) @include("web.components.notification-alert", [ "modalIndex" => 2 ]) @endsection @push("stackJs") @endpush