@extends('backend.layouts.app') @section('title') View Volunteer Form @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('backend.volunteer-form.partials.view-form')
@endsection