@extends('layouts.master') @section('style') @endsection() @section('content')
Expense : ({{$expenseCount}}) Amount: {{number_format($expensesTotal,2)}}

Amount ${{ number_format($issuesSum, 2) }}

Repair: ({{$issuesCount}})
Open: ({{$openIssuesCount}}) Amount: ${{ number_format($openIssuesSum, 2) }}
Closed: ({{$closedIssuesCount}}) Amount: ${{ number_format($closedIssuesSum, 2) }}

Customers {{$customerCount}}

6 Month Gallons Report

MTD Gallons by State

Current Month Expense Type

Open Repair

View All
{!! $dataTable->table() !!}

Open Loads

@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()