@if ($errors->any()) @endif
Edição de combo
{!! Form::model($listar,['route' => 'combosCadastrargo', 'class' => 'horizontal-form','onsubmit'=>'getModalAguarde();', 'files' => true]) !!}

Cadastro

@include ('itens_combo.form', ['submitButtonText' => 'Update'])
{!! Form::close() !!}