@php $firstPost = $posts->shift(); @endphp
$sidebar]) @style($variableStyles)>
$sidebar, 'col-12' => ! $sidebar, ])>
{{ $firstPost->name }}
@if ($description = $firstPost->description)

{!! BaseHelper::clean(Str::limit($description, 200)) !!}

@endif {!! Theme::partial('post-meta', ['post' => $firstPost, 'wrapperClass' => 'echo-hero-area-titlepost-post-like-comment-share']) !!}
@if (! empty($posts))

{!! BaseHelper::clean($shortcode->title) !!}

@foreach ($posts as $post) @if ($loop->first)
{{ RvMedia::image($post->image, $post->name, 'small', attributes: ['class' => 'img-hover']) }} {!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}
{{ $post->name }} {!! Theme::partial('post-meta', ['post' => $post, 'wrapperClass' => 'echo-trending-post-bottom-icons']) !!}
@else
{{ RvMedia::image($post->image, $post->name, 'thumb', attributes: ['class' => 'img-hover']) }} {!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}
{{ $post->name }} {!! Theme::partial('post-meta', compact('post')) !!}
@endif @endforeach
@endif
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif