@if ($slider->description)
{{ $slider->description }}
@endif
@if ($slider->title)
{{ $slider->title }}
@endif
@if ($slider->link)
@php
$buttonText = MetaBox::getMetaData($slider, 'button_text', true);
@endphp
{!! clean($buttonText ?: __('Shop Now')) !!}
@endif