@forelse($products as $product)
@if(count($product->media) > 0) Product Image @elseif(!empty($product->product_image)) Product Image @else Product Image @endif
{{$product->name}} @if($product->type == 'variable') - {{$product->variation}} @endif
({{$product->sub_sku}})
@empty

@lang('lang_v1.no_products_to_display')

@endforelse