@php Theme::set('hasCategoriesDropdown', false); @endphp
background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif @if($shortcode->background_image) data-background="{{ RvMedia::getImageUrl($shortcode->background_image) }}" @endif>
{!! Theme::partial('categories-dropdown') !!}
@foreach($sliders as $slider)
@if($slider->description)

{!! BaseHelper::clean($slider->description) !!}

@endif @if($slider->title)

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

@endif @if(($actionLabel = $slider->getMetaData('action_label', true)) && $slider->link) {{ $actionLabel }} @endif
@include(Theme::getThemeNamespace('partials.shortcodes.simple-slider.includes.image', compact('slider')))
@endforeach
@if(is_plugin_active('ads') && $hasAds)
@foreach(range(1, 2) as $i) @continue(! $shortcode->{'ads_' . $i}) @if($ads = AdsManager::getAds($shortcode->{'ads_' . $i})) @endif @endforeach
@endif