@php $firstPost = $posts->shift(); @endphp
$sidebar, 'col-12' => ! $sidebar, ])>
{!! RvMedia::image($firstPost->image, $firstPost->name, 'large', attributes: ['class' => 'img-hover']) !!} @if ($category = $firstPost->firstCategory) {{ $category->name }} @endif {!! Theme::partial('blog.post.partials.action-post', ['post' => $firstPost]) !!}
{!! Theme::partial('post-meta', ['post' => $firstPost, 'wrapperClass' => 'echo-latest-news-time-views']) !!}
@if (! empty($posts))
@endif
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif