@php $groupedCategories = ProductCategoryHelper::getProductCategoriesWithUrl()->groupBy('parent_id'); $currentCategories = $groupedCategories->get(0); $enableMegaMenu = theme_option('enabled_mega_menu_in_product_categories_dropdown', 'yes') === 'yes'; @endphp @if($currentCategories) @switch($style ?? 1) @case(5) @break @default @break @endswitch @endif