@if(isset($item->image))
@else
@endif
|
{{ isset($item->name) ? $item->name :'' }} |
{{ isset($item->product_code) ? $item->product_code :'' }} |
@foreach($item->productcategory as $cat)
@if ($loop->first)
{{ isset($cat->parentgroup->name) ? $cat->parentgroup->name :'' }}
@endif
@endforeach
|
{{ isset($item->brand) ? $item->brand :'' }} |
{{-- --}}
|
@endforeach