@if (isset($child_Children->direct_childs) && count($child_Children->direct_childs) > 0) @foreach ($child_Children->direct_childs as $child) @include('admin.products.category-tree', ['child_Children' => $child, 'iteration' => $iteration, 'product_categories' => $product_categories ?? null]) @endforeach @endif