@extends('layouts.return-form') @section('step', 5) @section('back-button-form-url') {{ route('portal.account.booking.return-form.medical-details', ['booking' => $booking]) }} @stop @section('holiday-form-content')
@csrf

Requirements and needs

Accommodation

Dietary requirements

{{ __($lang_file.'.requirements_and_needs.have_dietary_requirements.caption', ['name' => $attendee_name, 'camp_group' => $booking->eventOption->event->campGroup->name]) }}

Educational needs

{{ __($lang_file.'.requirements_and_needs.educational_needs.caption', ['name' => $attendee_name]) }}

If you would like to discuss these further with us please get in touch.

@if($booking->returnForm->isSubmitted()) @else

You are free to fill in each section of the return form in your own time.

@endif
@endsection