{{$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']}} |
@php
$productGroups = $getProductInfo->getproductgroup;
@endphp
@if(!empty($productGroups))
@foreach($productGroups as $getproductGroups)
@php
$productGroupsItems = $getproductGroups->productattributegroupitems;
@endphp
@if(!empty($productGroupsItems))
@foreach($productGroupsItems as $getproductGroupItems)
|
|
{{$getproductGroups['group_name'].'-'.$getproductGroupItems['item_name'] }} |
{{$getproductGroupItems['sku']}} |
{{$getproductGroupItems['barcode']}} |
{{storecurrency().$getproductGroupItems['cost']}} |
{{storecurrency().$getproductGroupItems['price']}} |
|
|
|
@endforeach
@endif
@endforeach
@endif
@endforeach
@else