@php $postsCount = $posts->count(); if ($postsCount == 6) { $rows = $posts->chunk(3); } @endphp
$postsCount == 6]) @style($variableStyles)>
$sidebar, 'col-12' => ! $sidebar, ])> @if ($title = $shortcode->title)

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

@if ($postsCount !== 6) @endif
@endif
$postsCount !== 6])> @if ($postsCount === 6) @foreach($rows as $posts)
@foreach($posts as $post) @endforeach
@endforeach @else @foreach($posts as $post) @endforeach @endif
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif