@extends('layout') @section('body')
Upload Form:
@csrf
Delete Fuels
Fuels: @if(!$fuels->isEmpty()) @foreach($fuels->items() as $fuel) @endforeach @endif
Driver Card # Unit Date Location Amount
{{$fuel->name}} {{$fuel->card}} {{$fuel->truck}} {{date('m/d/y', strtotime($fuel->fueldate))}} {{$fuel->address}} ${{$fuel->amount}}
@if(!$fuels->isEmpty()) {{ $fuels->links('vendor.pagination') }} @endif
@endsection @section('head') @endsection @section('script') @endsection