@extends('masterpage.masterpage') @section ('content')

Combustível

@if(Session::has('flash_message'))
{{ Session::get('flash_message')}}
@endif @if(Session::has('error'))
{{ Session::get('error')}}
@endif

Lista

@foreach ($combustiveis as $combustivel) @endforeach
Controle Liderança Data Valor Placa Ações
{{ $combustivel->id }} {{ $combustivel->lider_name }} {{ date("d/m/Y H:i", strtotime($combustivel->created_at)) }} {{ number_format($combustivel->valor, 2, ',', '.') }} {{ $combustivel->placa }}
Nova liberação
@stop @section('scripts') @stop