@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
CPS report | Auth# | Invoice# | Date | Truck gallons | Truck dolars | Discounted PPG | Retail total | Direct billing | @foreach($love_statements as $statement)
---|---|---|---|---|---|---|---|---|
@if($statement->report_id!='') View report @endif | {{$statement->authorisation_no}} | {{$statement->invoice_no}} | {{$statement->date}} | {{$statement->truck_gallons}} | {{$statement->truck_dollars}} | {{$statement->discounted_ppg}} | {{$statement->retail_amount}} | {{$statement->direct_billing}} |