| # | Name | Type | Unit | Cost Price / HPP | Price | Stock | Min Stock | Track Stock | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->name }} | {{ $item->type === 'PRODUCT' ? 'Product' : 'Raw Material' }} | {{ $item->unit }} | Rp {{ number_format($item->cost, 0, ',', '.') }} | Rp {{ number_format($item->price, 0, ',', '.') }} | {{ number_format($item->stock, 2, ',', '.') }} | {{ number_format($item->minimum_stock, 2, ',', '.') }} |
{{ $item->is_track_stock ? 'Active' : 'Inactive' }}
|
{{ $item->is_active ? 'Active' : 'Inactive' }}
|
|
| No items found | ||||||||||