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

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

@endif
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name) }} {!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}
@if ($category = $post->firstCategory) @endif {!! Theme::partial('post-meta', ['post' => $post, 'wrapperClass' => 'text-center']) !!} @if ($description = $post->description)

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

@endif
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif