| Pajakan Baru / New Pledges |
{{ $report->new_pledges_count }} |
{{ number_format($report->new_pledges_amount, 2) }} |
{{ number_format($report->new_pledges_cash, 2) }} |
{{ number_format($report->new_pledges_transfer, 2) }} |
| Sambungan / Renewals |
{{ $report->renewals_count }} |
{{ number_format($report->renewals_amount, 2) }} |
{{ number_format($report->renewals_cash, 2) }} |
{{ number_format($report->renewals_transfer, 2) }} |
| Tebusan / Redemptions |
{{ $report->redemptions_count }} |
{{ number_format($report->redemptions_amount, 2) }} |
{{ number_format($report->redemptions_cash, 2) }} |
{{ number_format($report->redemptions_transfer, 2) }} |
| JUMLAH / TOTAL |
{{ $report->new_pledges_count + $report->renewals_count + $report->redemptions_count }} |
{{ number_format($report->new_pledges_amount + $report->renewals_amount + $report->redemptions_amount, 2) }} |
{{ number_format($report->new_pledges_cash + $report->renewals_cash + $report->redemptions_cash, 2) }} |
{{ number_format($report->new_pledges_transfer + $report->renewals_transfer + $report->redemptions_transfer, 2) }} |