@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
Loves statements Export
@csrf
@foreach($love_statements as $statement) @endforeach
CPS report Auth# Invoice# Date Truck gallons Truck dolars Discounted PPG Retail total Direct billing
@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}}
{{$love_statements->appends(request()->input())->links()}}
@stop