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