@extends('layouts.booking-application') @section('step', 4) @section('back-button-form-url') {{route('event.booking.child-details.store', ['event_slug' => $event->slug, 'back'])}} @stop @section('holiday-form-content')
@csrf

Child details

Date of birth

School

@include('components.input-groups.privacy_policy_agreement') @include('components.input-groups.booking_conditions_agreement')
@endsection