@extends('adminlte::page') @section('title', 'Dashboard') @section('css') @section('content')
Link statements
CPS transactions not linked: {{\App\CompasReport::where('fuel_provider','pilot')->has('pilotStatement','<',1)->count()}} pilot | {{\App\CompasReport::where('fuel_provider','loves')->where('fp_report_id','=',null)->count()}} loves | {{\App\CompasReport::where('fuel_provider','road_rangers')->has('RoadRangerStatement','<',1)->count()}} RR | {{\App\CompasReport::where('fuel_provider','cps_checks')->where('fp_report_id','=',null)->count()}} CPS Checks | {{\App\CompasReport::where('fuel_provider','independent')->where('fp_report_id','=',null)->count()}} Independent

Link FP statements

Pilot transactions ({{$pilot_statements}}) Love statements ({{$love_statements}}) Road Rangers ({{$road_rangers}}) Indirect billing ({{\App\CPSStatement::where('report_id','=',null)->count()}}/{{\App\CPSStatement::count()}}) Love rebates ({{$love_rebate}}) Autocomplete unit#
Link new Link now| Empty Link Link Link Execute | Empty

Profit & discount calculation

Discount
({{$discount_not_calculated}} not calculated)
Empty discount Profit Pilot ({{$profit_pilot}}) Profit Loves ({{$profit_loves}}) Profit not calculated
({{$profit_all}})
Empty
Calculate discount Last week

Calculate Calculate Calculate all Last week

Daily prices

Pilot Loves Link Empty
{{$pilot_statement_price}} {{$love_statement_price}} Link Empty
Unlinked dates pilot : {{implode(' ; ',$unlinked_pilot_statement_price)}}
Unlinked dates loves: {{implode(' ; ',$unlinked_love_statement_price)}}
@stop