Rekap BKK / pos biaya per periode & proyek — {{ number_format($payments->total()) }} baris, total Rp {{ number_format($grandTotal, 0, ',', '.') }}
| No. BKK | No. LPK | Tanggal | Proyek | Pos Biaya | Jumlah |
|---|---|---|---|---|---|
| {{ $cp->document_no }} | {{ $cp->lpk_number ?? '-' }} | {{ $cp->document_date?->format('d/m/Y') }} | {{ $cp->project?->name ?? '-' }} | {{ $item->payType?->name ?? '-' }} @if ($item->description) — {{ $item->description }} @endif | {{ number_format((float) $item->amount, 0, ',', '.') }} |
|
Tidak ada data untuk filter ini. |
|||||
| TOTAL {{ $date_from && $date_to ? '(' . \Carbon\Carbon::parse($date_from)->format('d/m/Y') . ' – ' . \Carbon\Carbon::parse($date_to)->format('d/m/Y') . ')' : '' }} | Rp {{ number_format($grandTotal, 0, ',', '.') }} | ||||