This commit is contained in:
Dwi Swandhana
2026-02-21 19:04:15 +07:00
parent af2dd2f819
commit c35df25932
@@ -241,7 +241,7 @@
<h4 class="m-t-0 m-b-15">Warning Barang Segera Habis</h4>
@if(isset($warningstok) && count($warningstok) > 0)
@foreach($warningstok as $w)
<div class="alert alert-warning m-b-10">
<div class="alert alert-danger m-b-10">
<b>{{ $w['jenis'] }}</b> tersisa {{ $w['saldo'] }}.
Stok minimum: {{ number_format($w['minimum'], 0, '.', ',') }} {{ $w['satuan_kecil'] }}.
</div>