Hasil Perhitungan
@foreach ($data as $d) @endforeach
No Uraian Nama Penerima Jumlah Jenis Transaksi Status NPWP Subtotal
{{ $loop->iteration }} {{ $d->uraian }} {{ $d->penerima }} Rp.{{ number_format($d->jumlah) }} {{ $d->perhitungan }} {{ $d->npwp }} Rp.{{ number_format($d->total) }}

Total Jumlah (Rp) Total PPN Total PPH21 Total PPH22 Total PPH23 Total Seluruhnya
Rp.{{ number_format($jumlah) }} Rp.{{ number_format($ppn) }} Rp.{{ number_format($pph21) }} Rp.{{ number_format($pph22) }} Rp.{{ number_format($pph23) }} Rp.{{ number_format($seluruh) }}