@extends("web.layouts.master") @section("content")
@csrf
Member Data - Parents
@include("web.components.general-information-form")
Address
*
Password
*
Confirm Password
*
Member Data - Kids
Data for E-member card
Full Name
*
Date of Birth
*
Kids Information
@foreach (range(1, collect($bookingHelper->getBookingItems())->first()["qty"]) as $key => $item)
{{ $key + 1 }}
Full Name
*
Age
*
@endforeach
{{--
--}} {{--
--}} {{--
--}} {{-- Back--}} {{--
--}} {{--
--}}
Checkout
@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