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

Cadastro

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