| Account Code | Name | Full Path | Level | Parent | Status | Balance | Actions |
|---|---|---|---|---|---|---|---|
| {{ $accountHead->account_code }} | {{ $accountHead->name }} | {{ $accountHead->full_path }} | {{ ucfirst($accountHead->level) }} | {{ $accountHead->parent?->name ?? '-' }} | {{ $accountHead->is_active ? 'Active' : 'Inactive' }} | {{ number_format($accountHead->total_balance, 2) }} | |
| No account heads found. | |||||||