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

Consent

@if(!$booking->returnForm->isForStudents())

Consent for holiday participation

Consent for medical treatment

In an emergency and/or if I am not contactable, I am willing for {{ $booking->attendee->first_name }} to receive necessary hospital or dental treatment including an anaesthetic.

@endif

{{ __($lang_file.'.consent.sub_header', ['name' => $attendee_name]) }}

We take photos and videos during the holiday for promotional purposes which we use for publicity in brochures, on our website, and social media platforms, Facebook, Instagram and Twitter. We keep photos for future use in publicity.

{{ __($lang_file.'.consent.consent_promotional', ['name' => $attendee_name]) }}

{{ __($lang_file.'.consent.consent_social', ['name' => $attendee_name]) }}

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

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

@endif
@endsection