cover_image) style="background-image: url({{ RvMedia::getImageUrl($shortcode->cover_image) }})" @endif>

{!! BaseHelper::clean($shortcode->title) !!}

@if ($shortcode->show_newsletter_form == 'yes' && is_plugin_active('newsletter')) {!! Theme::partial('newsletter-form', ['className' => 'mb-30 text-center']) !!} @endif @if ($shortcode->number_display_featured_categories && is_plugin_active('ecommerce')) @php $categories = ProductCategoryHelper::getAllProductCategories() ->where('status', \Botble\Base\Enums\BaseStatusEnum::PUBLISHED) ->where('is_featured', 1) ->take((int) $shortcode->number_display_featured_categories); @endphp @if ($categories->count()) @endif @endif