@extends('front.layouts.master-auth') @section('content') @if(isset($breadcrumbs) && is_array($breadcrumbs) && count($breadcrumbs) > 0) @endif @lang('Blog') {{ $category->name }} @if($blogs->count() > 0) @foreach($blogs as $blog) @include('front.blog._blog_card', ['blog' => $blog]) @endforeach {{ $blogs->withQueryString()->links('front.pagination') }} @else @lang('No Items Found') @endif @endsection