@extends('layouts.term-volunteer-forms-layout') @section('header')
@csrf
@stop @section('footer', true) @section('header-logo') @if(auth()->user()->campGroupIsAmbiguous()) {{asset('img/logos/titus-trust.svg')}} @else {{ auth()->user()->campGroups->first()->getLogo() }} @endif @stop @section('footer-logo') @if(auth()->user()->campGroupIsAmbiguous()) {{asset('img/logos/titus-trust-footer.svg')}} @else {{ auth()->user()->campGroups->first()->getLogo(white: true) }} @endif @stop @section('before_content')
@svg('img/icons/home') Home @svg('img/icons/breadcrumb-delimiter') {{ $term_volunteer_application->term->full_name }}
@if(!$term_volunteer_application->isSubmitted())
@endif
@endsection @section('content')
@if($__env->hasSection('back-button-url')) Back @endif @if($__env->hasSection('step'))

Application form for {{ $term_volunteer_application->term->full_name }}

@endif @yield('pages-content')
{{-- --}} @endsection