| Code | Name | SKU/Barcode | Price | Cost | Stock | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $product->product_code }} |
{{ $product->name }}
@if(!empty($product->name_local ?? $product->name_si))
{{ $product->name_local ?? $product->name_si }}
@endif
|
{{ $product->sku ?? '-' }}
{{ $product->barcode ?? '-' }}
|
{{ number_format($product->default_price, 2) }} | {{ number_format($product->cost, 2) }} |
{{ $totalStock == floor($totalStock) ? number_format($totalStock, 0) : number_format($totalStock, 2) }}
@if($isLinked)
🔗
@endif
|
@if($product->is_active) Active @else Inactive @endif |
|
No products found.
Add your first product