@foreach($sliders as $slider) @php $title = $slider->title; $buttonLabel = $slider->getMetaData('button_label', true); @endphp
@foreach(range(1, 4) as $i) @if($shape = $shortcode->{"shape_$i"})
{{ RvMedia::image($shape, $slider->title, attributes: ['class' => 'layer', 'data-depth' => '0.2']) }}
@endif @endforeach
@if($title || $buttonLabel)
@if($title)

title_font_size}px" => $shortcode->title_font_size])> {!! BaseHelper::clean($title) !!}

@endif @if($buttonLabel) @endif
@if($shape = $shortcode->shape_5)
{{ RvMedia::image($shape, $slider->title, attributes: ['data-depth' => '0.1', 'class' => 'layer offer']) }}
@endif
@include(Theme::getThemeNamespace('partials.shortcodes.simple-slider.includes.image', compact('slider')))
@else
@include(Theme::getThemeNamespace('partials.shortcodes.simple-slider.includes.image', compact('slider')))
@endif
@endforeach