@extends('layouts.app') @section('content')
Category

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif
@forelse($posts as $index => $post)
@empty

No insights found

We haven't published any articles in this category yet.

Back to Blog
@endforelse
@if($posts->hasPages())
{{ $posts->links() }}
@endif
@endsection