StocksNew/Modules/Admin/resources/views/dropdown/create.blade.php

4 lines
243 B
PHP
Raw Normal View History

2024-08-27 12:03:06 +00:00
{{ html()->form('POST')->route('dropdown.store')->class(['needs-validation dropdownForm'])->attributes(['novalidate'])->open() }}
@include('admin::dropdown.partials.action', ['status' => 11, 'btnType' => 'Save'])
{{ html()->form()->close() }}