| {{ $item['nama'] }} | ||
| {{ number_format($item['qty'], 0, ',', '.') }} x {{ number_format($item['harga_satuan'], 0, ',', '.') }} | {{ number_format($item['harga_beli_total'], 0, ',', '.') }} | |
| Total | {{ number_format($data['subtotal'], 0, ',', '.') }} |
| Bayar | {{ number_format($data['bayar'], 0, ',', '.') }} |
| Kembali | {{ number_format(max(0, $data['bayar'] - $data['subtotal']), 0, ',', '.') }} |
Terima kasih atas kerjasamanya!