Katalog material & inventori ({{ number_format($rows->total()) }} item).
| @if (in_array($col, ['code', 'name', 'unit_price', 'is_active'], true)) @else {{ $label }} @endif | @endforeachAksi | ||||||
|---|---|---|---|---|---|---|---|
| {{ $item->code }} | {{ $item->name }} @if ($item->spec)— {{ $item->spec }}@endif | {{ $item->type?->name ?? '-' }} | {{ $item->group?->name ?? '-' }} | {{ number_format((float) $item->unit_price, 0, ',', '.') }} | @php $stock = (float) ($stocks[$item->id] ?? 0); @endphp {{ number_format($stock, 0, ',', '.') }} | ||
|
Tidak ada data material. Tambah material |
|||||||