@extends($active_theme) @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend-content')
@if ($blog_left_right == 1)

{{__('user.Popular Post')}}

{{__('user.Categories')}}

{{__('user.Popular Tags')}}

{{ $subscriber->title }}

{!! clean($subscriber->description) !!}

@csrf
@forelse ($blogs as $blog)
blog
{{ \Carbon\Carbon::parse($blog->created_at)->format('d M') }} {{ $blog->bloglanguagefrontend->title }}

{{ $blog->bloglanguagefrontend->short_description }}

@empty

{{__('user.Blog Not Found')}}

@endforelse
{{ $blogs->links('custom_pagination') }}
@endif @if ($blog_left_right == 0)
@forelse ($blogs as $blog)
blog
{{ \Carbon\Carbon::parse($blog->created_at)->format('d M') }} {{ $blog->bloglanguagefrontend->title }}

{{ $blog->bloglanguagefrontend->short_description }}

@empty

{{__('user.Blog Not Found')}}

@endforelse
{{ $blogs->links('custom_pagination') }}
@endif @if ($blog_left_right == 2)
@forelse ($blogs as $blog)
blog
{{ \Carbon\Carbon::parse($blog->created_at)->format('d M') }} {{ $blog->bloglanguagefrontend->title }}

{{ $blog->bloglanguagefrontend->short_description }}

@empty

{{__('user.Blog Not Found')}}

@endforelse
{{ $blogs->links('custom_pagination') }}

{{__('user.Popular Post')}}

{{__('user.Categories')}}

{{__('user.Popular Tags')}}

{{ $subscriber->title }}

{!! clean($subscriber->description) !!}

@csrf
@endif
@if (request()->has('keyword')) @else @endif @if (request()->has('category')) @else @endif
@endsection @push('frontend_js') @endpush