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

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

@endif
@foreach($rows as $posts) @php $firstPost = $posts->first(); @endphp
@if ($firstPost) @endif
@foreach($posts->skip(1) as $post)
$loop->last])>
{{ RvMedia::image($post->image, $post->name, 'small', attributes: ['class' => 'img-hover']) }} {!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}
@if (class_exists($post->author_type) && ($author = $post->author)) {{ __('By :name / :date', ['name' => $author->name, 'date' => $post->created_at->format('d M Y')]) }} @endif
{{ $post->name }}
{{ __('Read More') }}
@endforeach
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif