$sidebar, 'col-12' => ! $sidebar, ]) > @if ($title = $shortcode->title)

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

@endif
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name ,'small', attributes: ['class' => 'img-hover']) }} @if ($category = $post->firstCategory) {!! Theme::partial('category-badge', compact('category')) !!} @endif {!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}
{!! Theme::partial('post-meta', ['post' => $post, 'wrapperClass' => 'echo-latest-news-time-views']) !!}
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif