Total Accounts
{{ $stats['total_accounts'] ?? 0 }}
Posting Accounts
{{ $stats['posting_accounts'] ?? 0 }}
Header Accounts
{{ $stats['header_accounts'] ?? 0 }}
Active Accounts
{{ $stats['active_accounts'] ?? 0 }}
Account List
@foreach($accountTree ?? [] as $node) @include('accounting.partials.account-tree-row', ['node' => $node, 'level' => 0]) @endforeach
Code Name Type Category Balance Status Actions