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

Cadastro

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