@if(empty($isEdit))
{{ html()->form('POST', route('setting-modul.store'))->class('js-validation-bootstrap form-horizontal')->attributes(['autocomplete' => 'off'])->open() }}
@else
{{ html()->form('POST', route('setting-modul.update',@$data->id_modul))->class('js-validation-bootstrap form-horizontal')->attributes(['autocomplete' => 'off'])->open() }}
{{ method_field('PATCH') }}
@endif
@php
@endphp
{{ html()->form()->close() }}