@php $groupedCategories = ProductCategoryHelper::getProductCategoriesWithUrl()->groupBy('parent_id'); $currentCategories = $groupedCategories->get(0); @endphp @if($currentCategories) @foreach ($currentCategories as $category) @php $hasChildren = $groupedCategories->has($category->id); @endphp @endforeach @endif