{{ Form::model($othersetting, ['method' => 'POST','route' => ['otherSetting'],'enctype'=>'multipart/form-data','data-toggle'=>'validator','id' => 'myForm']) }} {{ Form::hidden('id', null, ['placeholder' => 'id', 'class' => 'form-control']) }} {{ Form::hidden('type', $page, ['placeholder' => 'id', 'class' => 'form-control']) }}