@php $postsChunk = $posts->chunk(5); @endphp
$sidebar, 'col-12' => ! $sidebar, ])>
@if ($title = $shortcode->title)

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

@endif @foreach($postsChunk as $postsList) @continue($postsList->isEmpty())
@php $firstPost = $postsList->first() @endphp
{{ RvMedia::image($firstPost->image, $firstPost->name, 'thumb-medium', attributes: ['class' => 'img-hover']) }} @if ($category = $firstPost->firstCategory) {{ $category->name }} @endif {!! Theme::partial('blog.post.partials.action-post', ['post' => $post]) !!}
{!! Theme::partial('post-meta', ['post' => $firstPost, 'wrapperClass' => 'echo-latest-news-time-views']) !!}
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif