diff --git a/resources/views/Admin/Shop/Contents/edit.blade.php b/resources/views/Admin/Shop/Contents/edit.blade.php index 91a41320..f488af43 100644 --- a/resources/views/Admin/Shop/Contents/edit.blade.php +++ b/resources/views/Admin/Shop/Contents/edit.blade.php @@ -4,7 +4,7 @@ ]) @section('content') - {{ Form::open(['route' => 'Admin.Shop.Contents.store', 'id' => 'content-form', 'autocomplete' => 'off']) }} + {{ Form::open(['route' => 'Admin.Shop.Contents.store', 'id' => 'homepage-form', 'autocomplete' => 'off']) }} @include('Admin.Shop.Contents.form')