$sidebar]) @style($variableStyles)>
$sidebar, 'col-12' => ! $sidebar, ])>
@if ($title = $shortcode->title)
count($posts) <= 4])>

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

@endif
count($posts) <= 4]) >
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name, 'small', attributes: ['class' => 'img-hover']) }} {!! 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