Saldo Saat Ini
Rp {{ number_format(abs($account->current_balance ?? 0), 0, ',', '.') }}
Pemasukan Bulan Ini
+Rp {{ number_format($monthlyIncome ?? 0, 0, ',', '.') }}
Pengeluaran Bulan Ini
-Rp {{ number_format($monthlyExpense ?? 0, 0, ',', '.') }}
Perubahan Bersih
{{ (($monthlyIncome ?? 0) - ($monthlyExpense ?? 0)) >= 0 ? '+' : '-' }}Rp {{ number_format(abs(($monthlyIncome ?? 0) - ($monthlyExpense ?? 0)), 0, ',', '.') }}
{{ $transaction->category?->name ?? 'Tanpa Kategori' }}
{{ $transaction->date?->format('d M Y') }} @if($transaction->time) {{ \Carbon\Carbon::parse($transaction->time)->format('H:i:s') }} @endif
Belum ada transaksi