| # | Deskripsi Pekerjaan / Produk | Oplah | Harga/Satuan | Subtotal |
|---|---|---|---|---|
| {{ $idx + 1 }} |
{{ $item->nama_pekerjaan }}
{{ ucfirst($item->jenis_produk) }}
|
{{ number_format($item->oplah) }} | {{ number_format($item->harga_satuan, 0, ',', '.') }} | {{ number_format($item->subtotal, 0, ',', '.') }} |
| Subtotal | {{ number_format($invoice->subtotal, 0, ',', '.') }} | |||
| Diskon | ({{ number_format($invoice->diskon, 0, ',', '.') }}) | |||
| PPN {{ $invoice->salesOrder?->ppn_pct ?? 11 }}% | {{ number_format($invoice->ppn, 0, ',', '.') }} | |||
| TOTAL INVOICE | Rp {{ number_format($invoice->total_invoice, 0, ',', '.') }} | |||