@extends('layouts.site') @section('title','RealtorBH — Find property in Bahrain') @section('content')
BAHRAIN PROPERTY PORTAL

Find a place that feels like home.

Explore homes, communities and developments across Bahrain.

@if($page) @foreach($page->sections->where('is_active',true) as $section) @includeIf('site.sections.'.$section->type,['section'=>$section]) @endforeach @endif
CURATED FOR YOU

Featured properties

View all →
@forelse($featured as $listing) @include('site.partials.listing-card') @empty

Demo listings are available on the properties page.

@endforelse
@endsection