diff --git a/htdocs/resources/views/admin/gudang.blade.php b/htdocs/resources/views/admin/gudang.blade.php index f02662b8..f7fea0cc 100644 --- a/htdocs/resources/views/admin/gudang.blade.php +++ b/htdocs/resources/views/admin/gudang.blade.php @@ -28,6 +28,9 @@
| Kode | -Jenis | -Satuan | -Satuan Kecil | -Konversi | -Stok Min | -Sisa | -Warning | -Barcode | -Detail | -Edit | -
|---|---|---|---|---|---|---|---|---|---|---|
{{ $kode }} |
- {{ $row['jenis'] }} | -{{ $row['satuan'] }} | -{{ $row['satuan_kecil'] }} | -{{ number_format($row['konversi_kecil'], 0, '.', ',') }} | -{{ number_format($row['stok_minimum'], 0, '.', ',') }} | -{{ $row['saldo'] }} | -{{ $row['warning'] }} | -- - @if($hasBreakdown) - - @endif - | -- - | -- - | -
| Kode | +Jenis | +Satuan | +Satuan Kecil | +Konversi | +Stok Min | +Sisa | +Warning | +Barcode | +Detail | +Edit | +
|---|---|---|---|---|---|---|---|---|---|---|
{{ $kode }} |
+ {{ $row['jenis'] }} | +{{ $row['satuan'] }} | +{{ $row['satuan_kecil'] }} | +{{ number_format($row['konversi_kecil'], 0, '.', ',') }} | +{{ number_format($row['stok_minimum'], 0, '.', ',') }} | +{{ $row['saldo'] }} | +{{ $row['warning'] }} | ++ + @if($hasBreakdown) + + @endif + | ++ + | ++ + | +