@if($product->images->first())
->image_path) }})
@endif
{{ $product->name }}
@if($product->is_featured)
Featured
@endif
|
{{ $product->sku ?? '-' }} |
{{ $product->category->name }} |
{{ $currency_symbol }}{{ number_format($product->base_price, 2) }}
@if($product->hasActiveDiscount())
({{ $currency_symbol }}{{ number_format($product->discount_price, 2) }})
@endif
|
{{ $product->total_stock }}
@if($product->total_stock <= 10)
Low
@endif
|
{{ $product->is_active ? 'Active' : 'Inactive' }}
|
|
@empty