@extends('layouts.dashboard') @section('title', 'Controle_combustivel') @section('title-dashboard') Controle_combustivel @endsection @section('pg-home') @endsection @section('content') @parent
@include('controle_combustivel/create')
@if($displayEdit == 'displayblock') @include('controle_combustivel/edit') @endif
Lista de Controle_combustivel
{{-- */$x=0;/* --}} @foreach($controle_combustivel as $item) {{-- */$x++;/* --}} @endforeach
{{trans('padrao.editar')}}Código{{ trans('controle_combustivel.tipo_categoria_id') }}{{ trans('controle_combustivel.user_id') }}{{ trans('controle_combustivel.quilometros') }}{{trans('padrao.excluir')}}
{{ $item->id }} {{ $item->tipo_categoria_id }}{{ $item->user_id }}{{ $item->quilometros }}
@endsection