@php $singleWidgetData = []; if (!empty($singleWidgetDataShow)) { $singleWidgetData = $singleWidgetDataShow->getTranslation('widget_content'); } $blogs = blog('', $singleWidgetData['show_item'] ?? ''); @endphp
@if (isset($singleWidgetData['style'])) @if ($singleWidgetData['style'] == 'default')
{{ translate('Filters') }}
@include('front.pages.loader')
@include('front.pages.blog.standard-content', [ 'blogs' => $blogs, ])
@include('front.pages.blog.sidebar-banner')
@else @endif @endif
@push('post_scripts') @include('js.front.blog-search') @endpush