@extends('layouts.app') @section('content')
controle_combustivel {{ $controle_combustivel->id }}
{!! Form::open([ 'method'=>'DELETE', 'url' => ['controle_combustivel/controle_combustivel', $controle_combustivel->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
@endsection