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

$titleAlign == 'start', 'text-end' => $titleAlign == 'end'])> {!! BaseHelper::clean($title) !!}

@endif
@foreach($rows as $posts) @php $firstPost = $posts->first(); @endphp
@if ($firstPost)
{!! Theme::partial('category-badge', ['post' => $firstPost]) !!}

{{ $firstPost->name }}

@endif
@foreach($posts->skip(1) as $post) @endforeach
@endforeach
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif