@extends('layouts.master') @section('title', 'Kerala Real Estate Blog - HomesInKerala') @section('meta_description', 'Read Kerala real estate news, home buying tips, property investment guides, and market updates from HomesInKerala.') @section('canonical', route('blog.index')) @push('head') @endpush @section('content')

Kerala Real Estate Blog

Guides, market updates, and property insights for Kerala buyers, sellers, tenants, and agents.

@forelse($posts as $post)
@include('frontend.blog.partials.card')
@empty
No blog posts found.
@endforelse
{{ $posts->links() }}
@include('frontend.blog.partials.sidebar')
@endsection