@extends('frontend.layouts.app') @push('styles') @endpush @section('content') {{-- ── Hero ── --}}
Kashi Housing Research Center

@if(isset($currentCategory)) {{ $currentCategory->name }} @else Research & Market Insights @endif

@if(isset($currentCategory) && $currentCategory->description) {{ $currentCategory->description }} @else In-depth reports, investment guides, and market analysis — written by our advisory team to help you make smarter real estate investment decisions. @endif

{{-- ── Category Tabs ── --}}
{{-- ── Main Content ── --}}
@if($posts->total() === 0 && !isset($featuredPost)) {{-- ── Empty State ── --}}

Research articles coming soon

Our advisory team is preparing in-depth reports and investment guides. Check back soon.

Talk to Our Research Team
@else {{-- ── Featured Article ── --}} @if(isset($featuredPost) && $featuredPost && !isset($currentCategory)) @endif {{-- ── Articles Grid ── --}} @php $gridPosts = (isset($featuredPost) && $featuredPost && !isset($currentCategory)) ? $posts->filter(fn($p) => $p->id !== $featuredPost->id) : $posts; @endphp @if($gridPosts->count())

Showing {{ $posts->firstItem() }}–{{ $posts->lastItem() }} of {{ $posts->total() }} articles

{{-- Pagination --}} @if($posts->hasPages())
{{ $posts->links() }}
@endif @endif @endif {{-- ── CTA Banner ── --}}

Want personalised investment advice?

Our research team is available for a free 1-on-1 consultation.

Book Free Consultation
@endsection