@extends('frontend.layouts.master') @section('meta_title', $seo_setting['blog_page']['seo_title']) @section('meta_description', $seo_setting['blog_page']['seo_description']) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
@include('frontend.pages.blog.layouts.' . ($setting?->blog_layout ?? 'standard'))
@if ($blogs->hasPages()) {{ $blogs->onEachSide(0)->links('frontend.pagination.custom') }} @endif
@endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection