@extends('mitra.layouts.app') @section('title', 'Inventory Barang - ' . $sppg->nama) @section('content')
{{ $sppg->nama }}
Belum ada barang di inventory.
Tambah barang pertama| Nama | Kategori | Harga | Total | Baik | Rusak | Perbaikan | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $item->nama }} @if($item->laporan_kerusakan_count > 0) Laporan @endif @if($item->kontak_wa_service) WA @endif | {{ $item->kategori ?? '-' }} | Rp {{ $item->nilai_estimasi ? number_format($item->nilai_estimasi, 0, ',', '.') : '-' }} | {{ number_format($item->total_qty ?? $item->jumlah, 0) }} {{ $item->satuan ?? 'unit' }} | {{ number_format($item->qty_baik ?? 0, 0) }} | {{ number_format($item->qty_rusak ?? 0, 0) }} | {{ number_format($item->qty_perlu_perbaikan ?? 0, 0) }} |