@php Theme::set('pageTitle', __('Search')); Theme::set('pageDescription', ''); $blogSidebar = dynamic_sidebar('blog_sidebar'); @endphp {!! Theme::partial('breadcrumbs') !!}
$blogSidebar, 'col-lg-12' => !$blogSidebar])>
@forelse ($posts as $post)
$blogSidebar, 'col-lg-4' => ! $blogSidebar])> {!! Theme::partial('blog.box-post', ['post' => $post]) !!}
@empty

{{ __('No Posts') }}

{{ __('There are no posts found with your queries.') }}
@endforelse
@if ($posts->isNotEmpty()) {!! $posts->withQueryString()->links(Theme::getThemeNamespace('partials.pagination')) !!} @endif
@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