@extends('layouts.booking-application') @section('step', 1) @section('holiday-form-content')
@csrf

Choose holiday

@foreach($options as $value => $label) {{$label['helpLabel']}} @endforeach

Previous Holidays

Has your child attended an {{$campGroup->name}} Holiday before

@endsection