@if ($errors->any()) @endif
Edição de rendimento de carcaça
{!! Form::model($listar, [ 'method' => 'PUT', 'id'=>'form_desable_enter', 'route' => ['rendimento_carcacaEditargo', $listar->id], 'class' => 'horizontal-form' ]) !!}

Cadastro

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