@php $totalItemSold = 0; $productPrice = 0; $productCost = 0; @endphp @if(!empty($discounts)) @foreach($discounts as $key => $dList)

{{ __('lbl.discount') }} Report

{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}}
{{ __('lbl.establishment') }} {{$storeName}}
#{{ __('lbl.id') }} {{ __('lbl.product_name') }} {{ __('lbl.cost') }} {{ __('lbl.price') }} {{ __('lbl.total_qty_sold') }} {{ __('lbl.is_discountable') }}
{{ $dList['product_id'] }} {{ $dList['product_name'] }}
SKU:{{$dList['product_sku']}}
BARCODE:{{$dList['product_barcode']}}
{{ number_format($dList['product_cost'],2) }} {{ number_format($dList['product_price'],2) }} {{ $dList['total_quantity_sold'] }}