@extends('layouts.master') @section('title', 'HomesInKerala - Buy, Sell and Rent Verified Properties in Kerala') @section('meta_description', 'Explore verified homes, villas, apartments, land and commercial properties across Kerala. Search latest, featured and premium listings on HomesInKerala.') @section('canonical', route('home')) @section('content')
Kerala Real Estate Portal

Find your dream property across Kerala

Discover verified homes, villas, apartments, land and commercial spaces from trusted agents and owners.

Search Properties

@foreach([ ['title' => 'Featured Properties', 'subtitle' => 'Editor picked verified homes and investments', 'items' => $featuredProperties, 'url' => route('properties.index')], ['title' => 'Latest Listings', 'subtitle' => 'Freshly published properties across Kerala', 'items' => $latestProperties, 'url' => route('properties.index')], ['title' => 'Premium Listings', 'subtitle' => 'High visibility properties from trusted sellers', 'items' => $premiumProperties, 'url' => route('properties.index', ['premium' => 1])], ] as $section)

HomesInKerala

{{ $section['title'] }}

{{ $section['subtitle'] }}

View All
@forelse($section['items'] as $property)
@include('frontend.partials.property-card')
@empty
No {{ strtolower($section['title']) }} available yet.
@endforelse
@endforeach

District Wise Listings

Explore Properties by Kerala District

Browse active listings from key locations across the state.

Browse Kerala

Property Type Listings

Find the Right Property Type

Apartments, villas, houses, plots and commercial spaces in one place.

Featured Agents

Work with Verified Kerala Agents

Connect with professionals who know local property markets.

View Agents
@forelse($agents as $agent)
{{ Str::of($agent->user?->name ?? 'Agent')->substr(0, 2)->upper() }}

{{ $agent->user?->name }}

{{ $agent->designation ?: 'Property Consultant' }}

{{ $agent->experience_years }} years experience ยท {{ $agent->properties_count }} listings

Verified Agent
@empty
Featured agents will be listed soon.
@endforelse

Testimonials

What Customers Say

Real feedback from property buyers, sellers and tenants.

@forelse($testimonials as $testimonial)
{{ str_repeat('โ˜…', (int) $testimonial->rating) }}

โ€œ{{ $testimonial->message }}โ€

{{ $testimonial->name }}

{{ collect([$testimonial->designation, $testimonial->company])->filter()->join(', ') }}
@empty
Testimonials will be published soon.
@endforelse

Blogs

Kerala Property Insights

Guides, market updates and tips for smarter real estate decisions.

View Blog
@forelse($blogs as $blog)
{{ optional($blog->published_at)->format('d M Y') }}

{{ $blog->title }}

{{ Str::limit($blog->excerpt ?: strip_tags($blog->content), 120) }}

@empty
Property articles will be published soon.
@endforelse
{{ number_format($stats['properties']) }}+ Verified Listings
{{ number_format($stats['districts']) }} Kerala Districts
{{ number_format($stats['agents']) }}+ Verified Agents
{{ number_format($stats['premium']) }}+ Premium Listings

Call To Action

Ready to list or discover your Kerala property?

Join HomesInKerala to reach serious buyers, tenants and real estate professionals.

@endsection