@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif
star star
@if ($image = $shortcode->image)
{{ RvMedia::image($image, $title, attributes: ['class' => 'rounded-3 border border-3 border-white']) }}
@endif @if (($socials = Theme::getSocialLinks()) && $shortcode->display_social_links)
@if($socialLinkTitle = $shortcode->social_links_box_title)

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

@endif
@endif