@extends('common.dashboard') @section('title','Create volunteer') @section('content')

Create new volunteer

@csrf @include('common.volunteer.form')
@endsection