Kelola semua rekening dan akun keuangan
Total Aset
Rp {{ number_format($totalAssets ?? 0, 0, ',', '.') }}
Total Hutang
Rp {{ number_format($totalLiabilities ?? 0, 0, ',', '.') }}
Kekayaan Bersih
Rp {{ number_format($netWorth ?? 0, 0, ',', '.') }}
{{ $account->bank_name ?? ($typeLabels[$account->type] ?? ucfirst($account->type)) }}
Rp {{ number_format(abs($account->current_balance), 0, ',', '.') }}
Tersedia: Rp {{ number_format($account->credit_limit + $account->current_balance, 0, ',', '.') }}