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