@extends('layouts.event-volunteer') @section('step', 3) @section('back-button-form-url') {{route('volunteer-application-form.choose-roles.store', ['back'])}} @stop @section('holiday-form-content')
@csrf

Choose roles

Which roles would like to express interest in applying for?

@foreach(\App\Models\VolunteerApplication::$available_roles as $campRoleValue)
@endforeach
@endsection