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

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

@endif
@foreach($posts as $post)
{!! Theme::partial('category-badge', compact('post')) !!} {!! Theme::partial('post-meta', ['post' => $post, 'wrapperClass' => 'echo-hero-area-titlepost-post-like-comment-share']) !!}
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif