@extends('term-volunteer-application-forms.volunteer-application-layout') @section('step', 6) @section('back-button-url') {{route('portal.account.term-volunteer-application.training-opportunities', compact('term_volunteer_application'))}} @stop @section('pages-content')
@csrf

Holiday activities

Please indicate whether you would be happy to be involved in the following activities/responsibilities:

@if($holiday_activities->isNotEmpty()) @foreach(\App\Models\CampGroupVolunteerHolidayActivity::HOLIDAY_ACTIVITIES_ANSWERS as $holiday_activities_answer) @endforeach @foreach($holiday_activities as $activity) @foreach(\App\Models\CampGroupVolunteerHolidayActivity::HOLIDAY_ACTIVITIES_ANSWERS as $holiday_activities_answer) @endforeach @endforeach
{{$holiday_activities_answer}}
{{$activity->label}}
@endif

Further details

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

@endsection