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

Training opportunities

Select skill areas

We provide training, for those willing to grow in certain areas. Which of the below would you be open to training for, or upskilling to move up a level?

@if($errors->any()) {!! implode('', $errors->all('
:message
')) !!} @endif
@foreach($camp_group_training_opportunities as $camp_group_training_opportunity_label) @endforeach

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

@endsection