@extends('master_layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('new-layout')

{{ __('translate.Blogs') }}

@php $isGrid = request()->query('type') === 'grid'; @endphp @if(!$isGrid)
@forelse($blogs as $blog)
@empty @include('blog_not_found') @endforelse @if($blogs->hasPages())
@endif
@include('blog_sidebar')
@else
@if($blogs->hasPages())
@endif
@endif @endsection