@extends('layouts.app') @section('title', $seo->meta_title ?? ($category->name . ' | Kevron Suites Category Guide')) @section('meta_description', $seo->meta_description ?? ($category->description ?? 'Read our insights and articles under ' . $category->name)) @section('content')
Category Guide

{{ $category->name }}

{{ $category->description ?? 'Read our travel guides and accommodation insights under the ' . $category->name . ' category.' }}

@if($posts->isEmpty())

No Guides Found

We couldn't find any articles under this category yet.

@else @foreach($posts as $post)
{{ $post->title }} {{ $post->category->name }}
{{ $post->published_at ? $post->published_at->format('M d, Y') : $post->created_at->format('M d, Y') }} {{ $post->reading_time_minutes }} min read

{{ $post->title }}

{{ $post->summary }}

By {{ $post->blogAuthor->name ?? 'Kevron Editorial' }} Read Guide
@endforeach
{{ $posts->links() }}
@endif

Need a Serviced Apartment in Adeniyi Jones?

Kevron Suites and Apartments is situated inside a highly secure residential perimeter close to airports and restaurants.

@if($schema) @endif @endsection