@if (count($sliders) > 0) @php $sliders->loadMissing('metadata'); $slick = [ 'autoplay' => ($shortcode->is_autoplay ?: 'yes') == 'yes', 'infinite' => ($shortcode->is_autoplay ?: 'yes') == 'yes', 'autoplaySpeed' => in_array($shortcode->autoplay_speed, theme_get_autoplay_speed_options()) ? $shortcode->autoplay_speed : 5000, 'speed' => 1000, 'slidesToShow' => 1, 'slidesToScroll' => 1, 'appendArrows' => '.arrows-wrapper', 'fade' => true, ]; @endphp
background) data-bg="{{ RvMedia::getImageUrl($shortcode->background) }}" @endif >
@if (is_plugin_active('ads') && $shortcode->ads) {{-- @php dd($shortcode->ads); @endphp --}}
{{--
--}} @php $brands = get_featured_brands(); @endphp
@endif
@foreach ($brands as $brand) @endforeach
@endif