{{ $company['address'] }}
Telp: {{ $company['phone'] }} | Email: {{ $company['email'] }}
| Deskripsi | Kategori | Jumlah |
|---|---|---|
| {{ $it['nama_barang'] }} {{ $it['keterangan'] }} |
{{ $it['kategori_nama'] ?: '-' }} | {{ 'Rp '.number_format($it['harga'], 0, ',', '.') }} |
| Subtotal | {{ 'Rp '.number_format($it['harga'], 0, ',', '.') }} |
| Diskon ({{ $it['diskon_persen'] }}%) | - {{ 'Rp '.number_format($it['diskon_val'], 0, ',', '.') }} |
| Pajak ({{ $it['pajak_persen'] }}%) | {{ 'Rp '.number_format($it['pajak_val'], 0, ',', '.') }} |
| TOTAL | {{ 'Rp '.number_format($it['total'], 0, ',', '.') }} |