change old route

This commit is contained in:
Ludovic CANDELLIER
2022-02-17 11:44:47 +01:00
parent d8ce8f5259
commit 7723b475ac
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
@section('content')
{{ Form::open(['route' => 'Admin.Shop.TagGroups.update', 'id' => 'tag-group-form', 'autocomplete' => 'off']) }}
{{ Form::open(['route' => 'Admin.Shop.TagGroups.store', 'id' => 'tag-group-form', 'autocomplete' => 'off']) }}
<input type="hidden" name="id" value="{{ $id }}">
@include('Admin.Shop.TagGroups.form')
</form>