@extends('layouts.admin') @section('title') @lang('Add New Volunteer') @endsection @section('breadcrumb')

@lang('Add New Volunteer')

@lang('Back')
@endsection @section('content')
{{ __('Add New Volunteer Form') }}
@csrf
@endsection @push('script') @endpush