@if ($shortcode->background_image)
@endif
@if ($title = $shortcode->title)

$shortcode->title_align == 'center', 'text-end' => $shortcode->title_align == 'end', 'text-start' => $shortcode->title_align == 'start', ])> {!! BaseHelper::clean($title) !!}

@endif
$sidebar = $shortcode->sidebar, 'col-12' => ! $sidebar, ])>
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name, 'small', attributes: ['class' => 'img-hover']) }} {!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}
@if ($category = $post->firstCategory) {!! Theme::partial('category-badge', compact('category')) !!} @endif {{ $name }} {!! Theme::partial('post-meta', ['post' => $post, 'wrapperClass' => 'echo-feature-area-last-content-read-view']) !!}
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif