{{ $selectedAccount->account_name ?? 'Account' }} · {{ $monthDisplay }}
| Date | Description | Category | Amount |
|---|---|---|---|
| {{ $tx->transaction_date->format('d M Y') }} | {{ Str::limit($tx->description ?? '-', 40) }} | {{ $tx->category?->name ?? '-' }} | {{ number_format($tx->amount, 2) }} |
| Date | Description | Amount |
|---|---|---|
| {{ $stmt['date'] ?? '' }} | {{ Str::limit($stmt['description'] ?? '-', 40) }} | {{ number_format($stmt['amount'] ?? 0, 2) }} |