@extends('layouts.master') @section('content')
@php $startYear = 2014; $currentYear = date('Y'); $yearRange = range($startYear, $currentYear + 1); $yearRange = array_reverse($yearRange); @endphp
Q1 (January- March)
Due Date : April 30
Total Gallons : {{ number_format($q1Gallons, 2) }}
Q2 (April - June)
Due Date : July 31
Total Gallons : {{ number_format($q2Gallons, 2) }}
Q3 (July - September)
Due Date : October 31
Total Gallons : {{ number_format($q3Gallons, 2) }}
Q4 (October - December)
Due Date : January 31
Total Gallons : {{ number_format($q4Gallons, 2) }}

@php $startYear = 2014; $currentYear = date('Y'); $yearRange = range($startYear, $currentYear + 1); $yearRange = array_reverse($yearRange); @endphp

Gallons by State

Horizontal Layout
STATE GALLONS QUARTER YEAR
Total : $ 0.00
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()