@php $rows = $posts->chunk(5); @endphp
$sidebar, 'col-12' => ! $sidebar, ])> @if ($title = $shortcode->title)

$shortcode->title_align == 'center', 'text-end' => $shortcode->title_align == 'end', ])> {!! BaseHelper::clean($title) !!}

@endif
@foreach($rows as $posts)
@if ($firstPost = $posts->first())
{!! Theme::partial('category-badge', ['post' => $firstPost]) !!}
@endif
@foreach($posts->skip(1) as $post) @endforeach
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif