@extends('layouts.app') @section('title', 'Category: ' . $category . ' - Thriving Lives Blog') @section('content')
@forelse($posts as $post)
{{ $post->title }}
{{ $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