Akun Saya

Kelola semua rekening dan akun keuangan

Tambah Akun

Total Aset

Rp {{ number_format($totalAssets ?? 0, 0, ',', '.') }}

Total Hutang

Rp {{ number_format($totalLiabilities ?? 0, 0, ',', '.') }}

Kekayaan Bersih

Rp {{ number_format($netWorth ?? 0, 0, ',', '.') }}

@forelse($accountsByType ?? [] as $type => $accounts)

{{ $typeLabels[$type] ?? ucfirst($type) }} ({{ $accounts->count() }})

@empty @endforelse