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

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

@endif @if ($description = $shortcode->description) {!! BaseHelper::clean($description) !!} @endif
@if(($actionLabel = $shortcode->action_label) && ($actionUrl = $shortcode->action_url)) @endif
@php $postsChunk = $posts->chunk(ceil($posts->count() / 2)); @endphp @foreach($postsChunk as $posts) @endforeach
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage) }}
@endif