@php $product_col = $homeService->getColumnCount($component, $component->max); $themeOption = \Modules\CMS\Http\Models\ThemeOption::getAll(); $layout = optional($component->page)->layout; if (!$layout) { $layout = \Modules\CMS\Entities\Page::firstWhere('default', '1')->layout; } $isEnableProduct = option($layout . '_template_product', ''); @endphp @foreach ($component->disp_categories as $type)