@extends('Reports.template') @section('title') Product Consumption Data @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if($businessEntityMasterData[0]->logo != null) logo )}}"/> @endif |
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$reportTitle}} | Store : {{$storeName}} | As On : {{$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||||||
Sr No | Product Name | Unit (SUOM) | {{$reportType}} | |||||||||||||
{{$value}} | @endforeach||||||||||||||||
{{$sr++}} | {{ $value->product_name }} | {{ $value->unit_abbrev }} | @foreach($monthData as $k=>$v) @php $consumption = $productWiseConsumptionData[$value->product_id][$k]; @endphp @if(($consumptionBy == "SQ")||($consumptionBy == "PQ")){{\Helper::zeroValueToSpace($consumption)}} | @else{{\Helper::customAmountFormat($consumption)}} | @endif @endforeach