@php $colspan= ($action == 'custom_xlsx') ? '17' : '24'; @endphp @if($action != 'custom_xlsx') @endif @if($action != 'custom_xlsx') @endif @if ($products_taxable==1) @endif @if($action != 'custom_xlsx') @endif @php $totalQty = 0;$totalSales = 0;$totalItemDiscount = 0;$totalOrderDiscount = 0;$totalNetAmount = 0;$totalTax = 0; @endphp @if(!empty($productMix)) @foreach($productMix as $key => $categoriesList) @foreach($categoriesList as $dList) @if($action !== 'custom_xlsx') @endif @if($action != 'custom_xlsx') @endif @if ($products_taxable==1) @endif @if($action != 'custom_xlsx') @endif @if($action != 'custom_xlsx') @if($dList['itemattr']) @foreach($dList['itemattr'] as $attr) @endforeach @endif @endif @php $totalQty += $dList['quantity']; $totalSales += $dList['sold_price_of_product']; $totalItemDiscount += $dList['item_discount']; $totalOrderDiscount += $dList['order_discount']; $totalNetAmount += $dList['sales_price_exl_disc']; $totalTax += isset($dList['tax_amount']) ? $dList['tax_amount'] : 0; @endphp @endforeach @endforeach @if($action !== 'custom_xlsx') @endif @if($action != 'custom_xlsx') @endif @if ($products_taxable==1) @endif @if($action != 'custom_xlsx') @endif @else @endif

{{ __('lbl.product_mix') }}

{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}}
{{ __('lbl.establishment') }} {{$storeName}}
{{ __('lbl.categorie') }} {{ __('lbl.sub_cat') }} {{ __('lbl.barcode') }} {{ __('lbl.sku') }}{{ __('lbl.style_code') }} {{ __('lbl.color_code') }} {{ __('lbl.color_name') }} {{ __('lbl.pattern_description') }} {{ __('lbl.sizes') }}{{ __('lbl.vendor_name') }} {{ __('lbl.vendor_item_id') }} {{ __('lbl.product_name') }} {{ __('lbl.sales_price') }} {{ __('lbl.sales_price_percentage') }} {{ __('lbl.qty') }}{{ __('lbl.item_discount') }}{{ __('lbl.order_discount') }} {{ __('lbl.average_price') }} {{ __('lbl.cost_of_goods') }} {{ __('lbl.percentage_cog') }} {{ __('lbl.gm') }} {{ __('lbl.gm_percentage') }}{{ __('lbl.tax_amount') }}{{ __('lbl.sales_price_exl_disc') }}{{ __('lbl.qty_premier_discount') }}
{{ $dList['categorie_name'] }} {{ $dList['sub_cat_name'] }} {{ $dList['product_barcode'] }} {{ $dList['product_sku'] }}{{ $dList['style_code'] }} {{ $dList['clr'] }} {{ $dList['pattern_description'] }} {{ $dList['sizes'] }}{{ $dList['vendor_name'] }} {{ $dList['vendor_item_id'] }} {{ $dList['product_name'] }} {{ number_format($dList['sold_price_of_product'],2) }} {{($dList['sales_percentage_of_product'])??0}}% {{ $dList['quantity'] }}{{ number_format($dList['item_discount'],2) }}{{ number_format($dList['order_discount'],2) }} {{ number_format((float)$dList['average_price'],2) }} {{ number_format($dList['cost_of_goods'],2) }} {{ $dList['percentage_cog'] }} {{ number_format($dList['gm'],2) }} {{ $dList['gm_percentage'] }}%{{$dList['tax_amount']}} ({{round((int)$dList['tax_percentage'])}}%){{number_format($dList['sales_price_exl_disc'],2)}}{{ $dList['quantity_premium_discount'] }}
{{ $attr['attributes_name'] }} {{ $attr['price'] }} {{ $attr['item_quantity'] }}
{{ number_format($totalSales,2) }} {{ $totalQty }}{{ number_format($totalItemDiscount,2) }}{{ number_format($totalOrderDiscount,2) }} {{ number_format($totalTax,2) }}{{ number_format($totalNetAmount,2) }}
{{ __('lbl.no_record_found') }}