@if ($sliders->isNotEmpty())
{!! BaseHelper::clean($description) !!}
@endif @php $primaryActionLabel = $slider->getMetaData('primary_action_label', true); $primaryActionUrl = $slider->getMetaData('primary_action_url', true); $secondaryActionLabel = $slider->getMetaData('secondary_action_label', true); $secondaryActionUrl = $slider->getMetaData('secondary_action_url', true); @endphp @if(($primaryActionLabel && $primaryActionUrl) || ($secondaryActionLabel && $secondaryActionUrl)){!! BaseHelper::clean($slogan) !!}