@php if ($shortcode->enable_lazy_loading !== 'yes') { $style = (int) Str::after($shortcode->style, 'style-') <= 18 ? $shortcode->style : 'style-1'; $style = $style ?: 'style-1'; $variableStyles = \Theme\Echo\Support\ThemeHelper::getVariableStylesByShortcode($shortcode); $sidebar = $shortcode->sidebar; } @endphp @if ($shortcode->enable_lazy_loading === 'yes')