{{ html()->form('POST', route('otherSetting')) ->attribute('enctype', 'multipart/form-data') ->attribute('data-toggle', 'validator') ->id('myForm') ->open() }} {{ html()->hidden('id', $othersetting->id ?? null ) ->class('form-control') ->placeholder('id') }} {{ html()->hidden('type', $page) ->class('form-control') ->placeholder('id') }}