Produk | Harga Satuan | Jumlah | Subtotal |
---|---|---|---|
{{ $item->product_name }} {{ $item->product_code }} |
{{ format_currency($item->unit_price * 100) }} | {{ $item->qty }} | {{ format_currency($item->subtotal * 100) }} |
Total | {{ format_currency($purchase->total * 100) }} |
{{ settings()->company_name }} © {{ date('Y') }}.