@extends('admin.layouts.app') @section('title','Register Volunteer') @section('breadcrumb') / Volunteers / Register @endsection @section('content')
Volunteer Details
@csrf @include('admin.volunteers._form')
Cancel
@endsection