{{-- RETIRED: main_sub_accounts removed from hierarchy --}} @extends('layouts.master') @section('title', 'Main Sub-Accounts') @section('content')
| # | Account Code | Sub Name | Sub-Accounts | Actions |
|---|---|---|---|---|
| {{ ($mainSubAccounts->currentPage() - 1) * $mainSubAccounts->perPage() + $loop->iteration }} | {{ $row->account_code }} | {{ $row->sub_name }} | View | Edit |
| No main sub-accounts found. | ||||