{{ html()->modelForm('POST', route('admin.orders.settings'))->class('form-horizontal file-csv-form')->attribute('enctype', 'multipart/form-data')->open() }}
Consumables
{{ html()->file('attachment_file')->class('default-dropify file-csv')->attribute('data-allowed-file-extensions','csv')->attribute('data-show-loader','true')->attribute('id','consumable-file')->attribute('data-max-file-size','200M')->attribute('required','required') }}
{{ form_submit(__('labels.general.buttons.update'),'btn blue float-right') }}
{{ html()->closeModelForm() }}
Upload Images (Drag & Drop Files)
@csrf