0
{{-- BADGE --}}
@if($product->type === 'variable')
متغير
@elseif($product->enable_stock && $product->qty_available <= 0)
نفذ
@endif
{{-- IMAGE --}}
{{-- INFO --}}
{{ $product->name }}
@if($product->type == 'variable')
- {{ $product->variation }}
@endif
{{ $product->sub_sku }}
@if($product->enable_stock)
{{ @num_format($product->qty_available) }} {{ $product->unit }}
@else
--
@endif