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

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

{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}}
{{ __('lbl.establishment') }} {{$storeName}}
#{{ __('lbl.id') }} {{ __('lbl.product_name') }} {{ __('lbl.sku') }} {{ __('lbl.barcode') }} {{ __('lbl.cat') }} {{ __('lbl.sub_cat') }} {{ __('lbl.cost') }} {{ __('lbl.price') }} {{ __('lbl.total_qty_sold') }} {{ __('lbl.qty_premier_discount') }} {{ __('lbl.qty_military') }} {{ __('lbl.is_discountable') }}
{{ $dList['product_id'] }} {{ $dList['product_name'] }} {{$dList['product_sku']}} {{$dList['product_barcode']}} {{$dList['cat_name']}} {{$dList['sub_cat_name']}} {{storecurrency().number_format($dList['product_cost'],2,'.','') }} {{storecurrency().number_format($dList['product_price'],2,'.','') }} {{ $dList['total_quantity_sold'] }} {{ $dList['quantity_premium_discount'] }} {{ $dList['quantity_military'] }}