| Produk | Jumlah | Harga | Total | Aksi | |
|---|---|---|---|---|---|
| jumlah > $stokTersedia ? 'disabled' : '' }}> |
{{ $keranjang->produk->nama_produk }}
@if($keranjang->jumlah > $stokTersedia)
⚠️ Stok tersisa {{ $stokTersedia }}
@endif
|
Rp {{ number_format($harga, 0, ',', '.') }} | Rp {{ number_format($keranjang->jumlah * $harga, 0, ',', '.') }} |