@foreach($account->children as $child) @include('client.chart_of_accounts.partials.account_option', ['account' => $child, 'depth' => ($depth ?? 0) + 1]) @endforeach