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

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

@endif
@foreach($posts as $post)
{!! Theme::partial('category-badge', compact('post')) !!}
@endforeach
@if ($posts->count() > 3) @endif
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif