@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($volunteer ?? '' && $volunteer->id) @method('PUT') @endif @CSRF
@endsection @section('inner_js') @endsection