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

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

@endif
@foreach($posts as $post)
Game Guides {!! Theme::partial('category-badge', compact('posts')) !!} {{ $post->name }} {!! Theme::partial('post-meta', ['post' => $post, 'wrapperClass' => 'echo-latest-news-time-views']) !!}
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif