@if(!empty($storeProducts)) @foreach($storeProducts as $getProductInfo) @php $productStockUnits = $getProductInfo->getstockunits; @endphp @if(!empty($productStockUnits->toArray())) @if( $i==1) @endif @foreach($productStockUnits as $productStockUnit) @endforeach @endif @endforeach @endif

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

{{ __('lbl.establishment') }} : {{$storeName}}
{{ __('lbl.product_name') }} {{ __('lbl.name') }} {{ __('lbl.conversion') }} {{ __('lbl.barcode') }} {{ __('lbl.unit') }} {{ __('lbl.active') }} {{ __('lbl.primary') }}
{{ $getProductInfo['product_name'] }} {{ $productStockUnit['unit_name']}} {{ $productStockUnit['conversion'] }} {{ $productStockUnit['barcode'] }} {{ $productStockUnit['unit'] }} {{ $productStockUnit['inv_active'] }} {{ $productStockUnit['primary'] }}