Manage Chart of Accounts Tree

Visualize hierarchical account relationships and quickly expand or collapse branches.

Total Accounts

{{ $totalAccounts }}

Group (Non-posting)

{{ $groupAccounts }}

Posting Accounts

{{ $postingAccounts }}

Account Hierarchy

Use the controls to expand or collapse the entire tree, or click individual rows.

@if($roots->isEmpty())

No chart of account records found.

Add accounts to see them organized automatically in the tree.

@else
    @foreach ($roots as $root) @include('accounting.chart-of-accounts.partials.tree-node', ['node' => $root]) @endforeach
@endif