@if (is_plugin_active('blog')) @php $primarySidebar = $withSidebar ? Theme::partial('primary-sidebar') : null; @endphp
@if (is_plugin_active('ads')) {!! AdsManager::display('before-featured-categories-posts', ['style' => 'margin: 10px 0;']) !!} @endif
@if ($title) {{ $title }} @else {{ __('Featured categories posts') }} @endif
@if (!$posts->isEmpty()) @php $chunkedPosts = $posts->chunk(3); @endphp @foreach($chunkedPosts as $chunk) @endforeach @endif
@if (is_plugin_active('ads')) {!! AdsManager::display('after-featured-categories-posts', ['style' => 'margin: 10px 0;']) !!} @endif
@if ($primarySidebar) {!! $primarySidebar !!} @endif @endif