@extends('theme::layouts.app') @section('title', $title) @section('content')
@include('theme::partials.breadcrumbs')

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif
@include('theme::partials.blog.posts-loop')
@endsection