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

Holiday activities

Our activities include some or all of bending, lifting, balancing, jumping, falling, climbing, stretching, co-ordination and swimming. In case of doubt about the participant's fitness, please consult your GP before attendance.

Swimming

Is {{ $booking->attendee->first_name }} able to swim 50 metres?

Is {{ $booking->attendee->first_name }} water–confident in a pool?

Is {{ $booking->attendee->first_name }} confident in the sea or in open inland water?

Consent for activities

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

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

@endif
@endsection