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

@lang('Edit Volunteer')

@lang('Back')
@endsection @section('content')
{{ __('Edit Volunteer Form') }}
@method('PUT') @csrf
@if ($volunteer->cv) @endif
@endsection @push('script') @endpush