@if (theme_option('blog_page_template') !== 'off')
@if ((theme_option('blog_page_template') === 'blog_gird_1')) {!! Theme::partial('blog.gird-1') !!} @else {!! Theme::partial('blog.gird-2') !!} @endif
@endif
@if (is_plugin_active('ads')) {!! apply_filters('ads_render', null, 'post_list_before', ['class' => 'my-2 text-center']) !!} @endif

{{ __('Latest Posts') }}

{{ __("Don't miss the trending news") }}

{!! Theme::partial('blog.posts', compact('posts')) !!}
@if (is_plugin_active('ads')) {!! apply_filters('ads_render', null, 'post_list_after', ['class' => 'my-2 text-center']) !!} @endif