@php $blogSidebar = dynamic_sidebar('blog_sidebar'); @endphp
$blogSidebar, 'col-lg-12' => ! $blogSidebar])>
@foreach ($posts as $post)
$blogSidebar, 'col-lg-4' => ! $blogSidebar])> {!! Theme::partial('blog.box-post', ['post' => $post]) !!}
@endforeach
{!! $posts->withQueryString()->links(Theme::getThemeNamespace('partials.pagination')) !!}
@if ($blogSidebar)
@if (is_plugin_active('ads')) {!! apply_filters('ads_render', null, 'blog_sidebar_before', ['class' => 'my-2 text-center']) !!} @endif {!! dynamic_sidebar('blog_sidebar') !!} @if (is_plugin_active('ads')) {!! apply_filters('ads_render', null, 'blog_sidebar_after', ['class' => 'my-2 text-center']) !!} @endif
@endif