Material

Katalog material & inventori ({{ number_format($rows->total()) }} item).

{{-- Search --}}
{{-- Filter jenis --}}
{{-- Filter grup --}}
{{-- Filter status --}} {{-- Aksi filter & export --}} @if ($search || $filters) @endif
Cetak QR
{{-- Tabel --}} @foreach ([ 'code' => 'Kode', 'name' => 'Nama', 'type.name' => 'Jenis', 'group.name' => 'Grup', 'unit_price' => 'Harga', 'stok' => 'Stok', 'is_active' => 'Status', ] as $col => $label) @endforeach @forelse ($rows as $item) @empty @endforelse
@if (in_array($col, ['code', 'name', 'unit_price', 'is_active'], true)) @else {{ $label }} @endif Aksi
{{ $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, ',', '.') }}
Edit

Tidak ada data material.

Tambah material