@extends('layouts.app') @section('title', 'Category: ' . $category . ' - Thriving Lives Blog') @section('content') Category: {{ $category }} @forelse($posts as $post) {{ $post->title }} {{ $post->excerpt }} Read More @empty No blog posts found in this category. @endforelse {{ $posts->links() }} All Categories @foreach($categories as $cat) {{ $cat }} @endforeach @endsection @push('styles') @endpush
{{ $post->excerpt }}
No blog posts found in this category.