diff --git a/resources/views/backend/taxonomy/edit.blade.php b/resources/views/backend/taxonomy/edit.blade.php index 08355f8..e8a4db3 100644 --- a/resources/views/backend/taxonomy/edit.blade.php +++ b/resources/views/backend/taxonomy/edit.blade.php @@ -3,7 +3,7 @@ @section('title', __('Edit Taxonomy')) @section('content') -
+
{!! Form::model($taxonomy, [ 'url' => route('dashboard.taxonomy.update', $taxonomy->id), 'method' => 'PUT',