@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
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name, attributes: ['class' => 'rounded-top-3']) }}
@if($post->firstCategory) {{ $post->firstCategory->name }} @endif
{{ $post->name }}
@if ($postDescription = $post->description)

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

@endif
@endforeach
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage) }}
@endif