{{-- Heading --}}

Elevated Living {!! ucfirst($category->name) !!}

{{-- Breadcrumb --}} @if ($posts->count() > 0)
@foreach ($posts as $post) @endforeach
{{ $posts->links() }}
@else

No posts found

There are no published posts in this category yet.

Go to Home
@endif