StocksNew/Modules/Admin/resources/views/dropdown/create.blade.php
Sampanna Rimal 53c0140f58 first commit
2024-08-27 17:48:06 +05:45

4 lines
243 B
PHP

{{ 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() }}