@extends('layouts.master') @section('content')

Mixed

Carrier Profile

{{number_format($In_Network_Gallons->Total) }}
Total
{{number_format($In_Network_Gallons->TotalGallons,2)}}
TotalGallons
${{number_format($In_Network_Gallons->TotalCharges,2)}}
TotalCharges
${{number_format($In_Network_Gallons->AvgPrice,2)}}
AvgPrice
${{number_format($In_Network_Gallons->TotalRebate,2)}}
TotalRebate
{{$Out_Network_Gallons->Total}}
Total
{{number_format($Out_Network_Gallons->TotalGallons,2)}}
TotalGallons
${{number_format($Out_Network_Gallons->TotalCharges,2)}}
TotalCharges
${{number_format($Out_Network_Gallons->TotalRebate,2)}}
TotalRebate
${{number_format($Out_Network_Gallons->AvgPrice,2)}}
AvgPrice
{{$Pilot_Gallons->Total}}
Total
{{number_format($Pilot_Gallons->TotalGallons,2)}}
TotalGallons
${{number_format($Pilot_Gallons->TotalCharges,2)}}
TotalCharges
${{number_format($Pilot_Gallons->AvgPrice,2)}}
AvgPrice
${{number_format($Pilot_Gallons->TotalRebate,2)}}
TotalRebate
{{$TA_Gallons->Total }}
Total
{{number_format($TA_Gallons->TotalGallons,2)}}
TotalGallons
${{number_format($TA_Gallons->TotalCharges,2)}}
TotalCharges
${{number_format($TA_Gallons->AvgPrice,2)}}
AvgPrice
${{number_format($TA_Gallons->TotalRebate,2)}}
TotalRebate
{{$Loves_Gallons->Total}}
Total
{{number_format($Loves_Gallons->TotalGallons,2)}}
TotalGallons
${{number_format($Loves_Gallons->TotalCharges,2)}}
TotalCharges
${{number_format($Loves_Gallons->TotalRebate,2)}}
TotalRebate
${{number_format($Loves_Gallons->AvgPrice,2)}}
AvgPrice
{{$One9_and_Express_Gallons->Total}}
Total
{{number_format($One9_and_Express_Gallons->TotalGallons,2)}}
TotalGallons
${{number_format($One9_and_Express_Gallons->TotalCharges,2)}}
TotalCharges
${{number_format($One9_and_Express_Gallons->AvgPrice,2)}}
AvgPrice
${{number_format($One9_and_Express_Gallons->TotalRebate,2)}}
TotalRebate

Pilot One9 and Express Gallons Details

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

Pilot/FJ Gallons by State

State Total TotalGallons TotalCharges AvgPrice TotalRebate

TA/Petro Gallons by State

State Total TotalGallons TotalCharges AvgPrice TotalRebate

Loves Gallons by State

State Total TotalGallons TotalCharges AvgPrice TotalRebate
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()