{{ $post->title }}
{{ $post->published_at?->format('M j, Y') }}
@if($post->excerpt){{ Str::limit(strip_tags($post->excerpt), 200) }}
@endif@extends('blog.layout') @section('meta_title', $category->name.' — '.config('app.name')) @section('content')
{{ $category->description }}
@endif{{ $post->published_at?->format('M j, Y') }}
@if($post->excerpt){{ Str::limit(strip_tags($post->excerpt), 200) }}
@endifNo posts in this category.
@endforelse