@foreach ($children as $child) @if (!empty($child['children'])) @include('admin.blog.select-box-filter', ['children' => $child['children'], 'depth' => $depth + 1]) @endif @endforeach