@extends('branch.layout.default') @section('content')

Driver Fuel - {{ $driver_detail->first_name }} {{ $driver_detail->last_name }}

@if (session()->has('success')) @endif @if (session()->has('error')) @endif @if (session('status')) @endif
@foreach( $fuel_lists as $fuel ) @endforeach
Sr. No. Date Filling Time OutLet Name Vehile No KM Driven Fuel Quantity Fuel Amount
{{ $sno }} {{ date( 'Y-m-d', strtotime($fuel->fuel_date) ) }} {{ $fuel->filling_time }} {{ $fuel->outlet }} {{ $fuel->vehicle_no }} {{ $fuel->bike_reading }} {{ $fuel->fuelqty }} {{ $fuel->fuel_amount }}
{{ $fuel_lists->appends(\Request::except('page'))->links() }} @if( count( $fuel_lists ) > 0 )
EXCEL
CSV
PDF
@endif
@endsection @section('js') @endsection