Chart of Accounts
| S/N | Code | Account Title | Type | Category | Status |
|---|---|---|---|---|---|
| {{ $count++ }} | {{ $account->code }} | @if($account->parent_id) » {{ $account->title }} @else {{ $account->title }} @endif | {{ $account->type }} | {{ $account->category ?? '-' }} | {{ $account->status }} |