@foreach ($sliders as $slider) @php $title = $slider->title; $description = $slider->description; @endphp
@if($shape = $shortcode->shape_1) {{ RvMedia::image($shape, $slider->title, attributes: ['class' => 'tp-slider-2-shape-1', 'loading' => false]) }} @endif
@if($title || $description)
@if($description) font_family_of_description) style="--tp-ff-oregano: '{{ $fontFamily }}'" @endif> {!! BaseHelper::clean($description) !!} @endif @if ($title)

{!! BaseHelper::clean($title) !!}

@endif @if($buttonLabel = $slider->getMetaData('button_label', true)) @endif
@if($shape = $shortcode->shape_2) {{ RvMedia::image($shape, $slider->title, attributes: ['class' => 'tp-slider-thumb-2-shape-1', 'loading' => false]) }} @endif @if($shape = $shortcode->shape_3) {{ RvMedia::image($shape, $slider->title, attributes: ['class' => 'tp-slider-thumb-2-shape-1', 'loading' => false]) }} @endif
@php $slider->title = $title; @endphp @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