@include('usersPages.includes.userSummary') @if(isset($temp)) @if(!empty($temp) && $numberDays > 7)
| Fuel : | @if(isset($pendingFuelReq)) {{strstr($util->numberFormat(round($pendingFuelReq)),'.',true)}} @else 0 @endif |
| Cash : | @if(isset($pendingCashReq)) {{strstr($util->numberFormat(round($pendingCashReq)),'.',true)}} @else 0 @endif |
| Requests | : @if(isset($pumpCompletedReq)) {{strstr($util->numberFormat(round($pumpCompletedReq)),'.',true)}} @else 0 @endif |
| Fuel (KL) | : @if(isset($pumpFuelCompleted)){{strstr($util->numberFormat(round($pumpFuelCompleted/1000)),'.',true)}}@endif |
| Fuel (Rs) | : @if(isset($fuelAmount)){{$util->numberFormat($fuelAmount/10000000)}}@endif Cr |
| (Ltr) | @foreach($report['products'] as $product){{$product->name}} @endforeach | Total |
|---|---|---|
| Sales | @if($report['sales']) @foreach($report['sales'] as $sale){{strstr($util->numberFormat(round($sale['sales'])),'.',true)}} | @endforeach{{strstr($util->numberFormat(round($totsales)),'.',true)}} | @endif
| Cumulative Sales | @if($report['cumSales']) @foreach($report['cumSales'] as $cumSale){{strstr($util->numberFormat(round($cumSale['cumSales'])),'.',true)}} | @endforeach{{strstr($util->numberFormat(round($totcumSales)),'.',true)}} | @endif
| Stock | @if($report['stock']) @foreach($report['stock'] as $st){{strstr($util->numberFormat(round($st['stock'])),'.',true)}} | @endforeach{{strstr($util->numberFormat(round($totstock)),'.',true)}} | @endif
| Avg Daily Sales | @if($report['avg']) @foreach($report['avg'] as $average){{strstr($util->numberFormat(round($average['avg'])),'.',true)}} | @endforeach{{strstr($util->numberFormat(round($totavg)),'.',true)}} | @endif
| Projected Monthly Sales ( KL ) | @if($report['projMonth']) @foreach($report['projMonth'] as $projKL){{strstr($util->numberFormat(round($projKL['projMonth']/1000)),'.',true)}} | @endforeach{{strstr($util->numberFormat(round($totprojMonthKL)),'.',true)}} | @endif
| Total Visits | : @if(isset($pumpLoyaltyReq)) {{strstr($util->numberFormat(round($pumpLoyaltyReq)),'.',true)}} @else 0 @endif |
| Fuel (KL) | : @if(isset($pumpLoyaltyQty)){{strstr($util->numberFormat(round($pumpLoyaltyQty/1000)),'.',true)}}@endif |
| Rs | : @if(isset($pumpLoyaltyRs)){{$util->numberFormat($pumpLoyaltyRs/10000000)}}@endif Cr |
| Redeem Count | : {{strstr($util->numberFormat(round($pumpRedVehicleCt)),'.',true)}} |
| Points | : {{strstr($util->numberFormat(round($pumpRedeemPoints)),'.',true)}} |