Atur batas pengeluaran per kategori
Total Anggaran
Rp {{ number_format($totalBudgeted ?? 0, 0, ',', '.') }}
Total Terpakai
Rp {{ number_format($totalSpent ?? 0, 0, ',', '.') }}
Sisa
Rp {{ number_format($totalRemaining ?? 0, 0, ',', '.') }}
{{ ucfirst($budget->period ?? 'bulanan') }}
Sisa Rp {{ number_format(max(0, $budget->amount - ($budget->spent_amount ?? 0)), 0, ',', '.') }}