| Product | Supplier | Category | Stock | Cost Price | Sell Price | Status | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $product->name }}
@if($product->sku){{ $product->sku }} @endif
@if($product->description)
{{ Str::limit($product->description, 50) }}
@endif
|
{{ $product->supplier?->name ?? '—' }} | {{ $product->category ?? '—' }} |
{{ $product->stock_quantity }}
@if($low)
Low
@endif
min {{ $product->low_stock_threshold }}
|
@if($product->cost_price)KSh {{ number_format($product->cost_price, 2) }}@else —@endif | KSh {{ number_format($product->unit_price ?? 0, 2) }} | {{ ucfirst($product->status) }} |