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

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

@endif @foreach($posts as $post)
! $loop->last])>
{{ RvMedia::image($post->image, $post->name, 'thumb-medium') }} {!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}
@if ($category = $post->firstCategory) @endif
{{ $post->name }} @if ($description = $post->description)

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

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