@if ($errors->any()) @endif
Edição de Regimento Interno
{!! Form::model($listar, [ 'method' => 'PUT', 'route' => ['regimento_internoEditargo', $listar->id], 'class' => 'horizontal-form', 'files' => true ]) !!}

Cadastro

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