| Laporan tanggal | : {{date('d F Y', strtotime($report->start))}} - {{date('d F Y', strtotime($report->end))}} |
| NO | URAIAN | DEBET | KREDIT |
| 1 | Gaji | - | Rp. {{ number_format($gaji,0,",",".") }} |
| {{$index + 2}} | {{ $item->description }} ({{ $item->partner->name }}) | Rp. {{ number_format($item->jumlah,0,",",".") }} | - |
| Subtotal | Rp. {{ number_format($total_invoice,0,",",".") }} | Rp. {{ number_format($gaji,0,",",".") }} | |
| Selisih | Rp. {{ number_format($saldo,0,",",".") }} | ||