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

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if ($description = $shortcode->description)

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

@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 {{ __('Keep Reading') }}
@endforeach