@extends('common.dashboard') @section('title','Edit '.$volunteer->fname) @section('content')

Edit volunteer

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