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

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

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