@extends('layouts.return-form') @section('step', 4) @section('back-button-form-url') {{ route($booking->isSingleUser() ? 'portal.account.booking.return-form.personal-and-contact-details' : 'portal.account.booking.return-form.holiday-activities', ['booking' => $booking]) }} @stop @section('holiday-form-content')
@csrf

Medical details

Medical details

Medical conditions

{{ __($lang_file.'.medical_details.medical_conditions.caption', ['name' => $attendee_name]) }} (optional)

@foreach(old('medical_conditions') as $key => $condition)
@endforeach

Medication

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

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

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

Vaccinations

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

@error('date_of_anti_tetanus_injection')
{!! $message !!}
@enderror

Was the primary course and booster tetanus completed?

Further health information

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

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

@endif
@endsection