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

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

@endif
@foreach($posts as $post) @php $backgroundImage = RvMedia::url($post->image) @endphp
$backgroundImage]) > {!! Theme::partial('blog.post.partials.action-post', ['post' => $post]) !!}
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif