@extends('layouts.master') @section('title', 'Sub-Accounts') @section('content')
| # | Account Code | Sub Name | Children | Actions |
|---|---|---|---|---|
| {{ ($children->currentPage() - 1) * $children->perPage() + $loop->iteration }} | {{ $row->account_code }} | {{ $row->sub_name }} | @if($level < 5) View @else — @endif | Edit |
| No records found. | ||||