@extends('portal.portal-layout') @section('pages-content')
Home

Volunteer applications

{{ $term_volunteer_application->term->full_name }}

@foreach($term_volunteer_application->term->eventOptions as $event_option)
{{ $event_option->full_name }} {{ $event_option->start->year }} {{ $event_option->getStartEndLabel() }}
@endforeach
@svg('img/icons/document') Volunteer applications forms
@include('term-volunteer-application-forms.partials.due-forms-date-message', ['application' => $term_volunteer_application])
@if(!$term_volunteer_application->isCompleted()) @endif
@endsection