| Ürün Adı | SKU & Barkod | Kategori | Marka | Fiyat | İnd. Fiyat | Stok | Stok Durumu | Öne Çıkan | Durum | İşlemler |
|---|---|---|---|---|---|---|---|---|---|---|
|
@if($product->mainImage)
{{ $product->name }}
@if($product->has_variants)
Varyantlı
@endif
|
SKU: {{ $product->sku ?? '—' }}
@if($product->barcode)
Bar: {{ $product->barcode }} ({{ $product->barcode_type }})
@endif
|
@if($product->category) {{ $product->category->name }} @else — @endif | @if($product->brand) {{ $product->brand->name }} @else — @endif | {{ number_format($product->price, 2) }} TL | @if($product->discount_price) {{ number_format($product->discount_price, 2) }} TL @else — @endif | {{ $product->stock }} | @if($product->stock_status === 'in_stock' && $product->stock > 0) Stokta Var @else Stokta Yok @endif | |||
|
Ürün bulunamadı.
|
||||||||||