@php Theme::set('hasSlider', true); @endphp
@foreach ($sliders as $slider) @php $title = $slider->title; $description = $slider->description; @endphp
@include(Theme::getThemeNamespace('partials.shortcodes.simple-slider.includes.image', compact('slider')))
@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
@endforeach
@foreach ($sliders as $slider)
@endforeach