@extends('layouts.frontend') @section('title', 'Category: ' . $category->name . ' - Blog - ' . setting('site_name')) @section('meta_description', $category->meta_description ?: 'Posts in category: ' . $category->name) @section('meta_keywords', $category->meta_keywords) @section('content')
{{ $category->description }}
@endif @if($posts->isEmpty())No blog posts found in this category.
@else