first commit
This commit is contained in:
5
Modules/Admin/resources/views/dropdown/edit.blade.php
Normal file
5
Modules/Admin/resources/views/dropdown/edit.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
{{ html()->modelForm($dropdownModel, 'PUT')->route('dropdown.update', $dropdownModel->id)->class(['needs-validation dropdownForm'])->attributes(['novalidate'])->open() }}
|
||||
@include('admin::dropdown.partials.action', ['status' => $dropdownModel->status, 'btnType' => 'Update'])
|
||||
{{ html()->closeModelForm() }}
|
||||
|
||||
<script src="{{ asset('assets/js/pages/form-validation.init.js') }}"></script>
|
Reference in New Issue
Block a user