@if(!empty($storeProducts)) @foreach($storeProducts as $getProductInfo) @php @endphp @php $productGroups = $getProductInfo->getproductgroup; @endphp @if(!empty($productGroups)) @foreach($productGroups as $getproductGroups) @php $productGroupsItems = $getproductGroups->productattributegroupitems; @endphp @if(!empty($productGroupsItems)) @foreach($productGroupsItems as $getproductGroupItems) @endforeach @endif @endforeach @endif @endforeach @else @endif

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

{{ __('lbl.establishment') }} : {{$storeName}}
{{ __('lbl.cat') }} {{ __('lbl.sub_cat') }} {{ __('lbl.product_name') }} {{ __('lbl.sku') }} {{ __('lbl.barcode') }} {{ __('lbl.cost') }} {{ __('lbl.price') }} {{ __('lbl.tax') }} {{ __('lbl.stock_units') }} {{ __('lbl.primary_vendor') }} {{ __('lbl.sort') }} {{ __('lbl.web') }} {{ __('lbl.pos') }} {{ __('lbl.kiosk') }} {{ __('lbl.status') }}
{{$getProductInfo['categories']}} {{$getProductInfo['sub_cat']}} {{$getProductInfo['product_name'] }} {{$getProductInfo['product_sku'] }} {{$getProductInfo['product_barcode']}} {{storecurrency().$getProductInfo['product_cost']}} {{storecurrency().$getProductInfo['product_price']}} {{$getProductInfo['isTaxable']=='1' ? 'Yes' : 'No' }} {{isset($getProductInfo['uname'])?$getProductInfo['uname']:"-"}} {{$getProductInfo['vendor_name']??''}} {{$getProductInfo['product_sort']}} {{$getProductInfo['webactive']}} {{$getProductInfo['posactive']}} {{$getProductInfo['kioskactive']}} {{$getProductInfo['product_status']}}
{{$getproductGroups['group_name'].'-'.$getproductGroupItems['item_name'] }} {{$getproductGroupItems['sku']}} {{$getproductGroupItems['barcode']}} {{storecurrency().$getproductGroupItems['cost']}} {{storecurrency().$getproductGroupItems['price']}}
{{__('lbl.no_record_found')}}