@php $displayBlogTopSidebar ??= true; $blogListStyle = request()->input('style') ?: theme_option('blog_list_style', 'style-1'); $blogListStyle = in_array($blogListStyle, ['style-1', 'style-2']) ? $blogListStyle : 'style-1'; @endphp @if($displayBlogTopSidebar) {!! dynamic_sidebar('blog_top_sidebar') !!} @endif {!! apply_filters('ads_render', null, 'post_list_before', ['class' => 'my-2 text-center']) !!}

{{ SeoHelper::getTitle() }}

{{ SeoHelper::getDescription() }}
{!! Theme::partial("blogs.styles.$blogListStyle", compact('posts')) !!}
{!! apply_filters('ads_render', null, 'post_list_after', ['class' => 'my-2 text-center']) !!}