@php $style = (int) Str::after($shortcode->style, 'style-') <= 3 ? $shortcode->style : 'style-1'; if ($style == 'style-2') { Theme::asset() ->container('footer') ->add('blog-categories-tab-js', Theme::asset()->url('js/blog-categories.js')); } if ($shortcode->enable_lazy_loading !== 'yes') { $sidebar = $shortcode->sidebar; $variableStyles = \Theme\Echo\Support\ThemeHelper::getVariableStylesByShortcode($shortcode); } @endphp @if ($shortcode->enable_lazy_loading === 'yes')