| Tanggal | Tipe | Kategori | Keterangan | Nominal |
|---|---|---|---|---|
| {{ \Illuminate\Support\Carbon::parse($transaction->transaction_date)->format('d/m/Y') }} | {{ $transaction->type === 'income' ? 'Masuk' : 'Keluar' }} | {{ $transaction->category }} | {{ $transaction->description ?: '-' }} | Rp {{ number_format((int) $transaction->amount, 0, ',', '.') }} |
| Tidak ada data transaksi. | ||||