@foreach($accounts as $account) @if($account['children']) @include('admin.accounts.treeview', ['accounts' => $account['children']]) @endif @endforeach