@extends('frontend/layouts/master') @section('meta') @endsection @section('title') {{ setting('site.title') }} @endsection @section('content') {{-- Property Listing Start --}} @if (count($properties) > 0)
Properties

Explore Our
Featured Properties

@endif {{-- Property Listing End --}}
How we help

End-to-End Property Consulting for
Seamless Success

@foreach($services as $s)
background_image) }}');">
{{ $s->title }}

{{ ucwords($s->title) }}

{{ $s->short_description }}

@endforeach
@include('frontend.inc.about-us-section')
How we work

Expert Property Consulting for
Smart Investments

property-assessment

Property Assessment

We analyze market trends, assess property values, and provide insights to help you make informed decisions on buying, selling, or investing in real estate.

01
investment-guidance

Investment Guidance

We offer expert financial advice, including mortgage assistance, ROI calculations, and investment strategies to maximize your property’s potential.

02
property-acquisition

Property Acquisition

From securing the best deals to handling legal formalities and property management, we ensure a seamless real estate experience for our clients.

03
Case Studies

Make Your Business Inflation
Discover Our Projects

@foreach($projects as $p) @endforeach
@if (count($blogs) > 1)
News

Latest News Articles
& Our Insights

@php $recommendedBlog = $blogs->where('recommended', 1)->first(); @endphp @if ($recommendedBlog)
    @if ($recommendedBlog->author)
  • {{ $recommendedBlog->author }}
  • @endif @if ($recommendedBlog->created_at)
  • {{ $recommendedBlog->created_at->format('jS F Y') }}
  • @endif

{{ $recommendedBlog->title }}

@if ($recommendedBlog->short_desc)
{{ $recommendedBlog->short_desc }}
@endif
@endif
@php $filteredBlogs = $blogs->where('recommended', '!=', 1)->take(3); @endphp @foreach ($filteredBlogs as $blog)
    @if ($blog->author)
  • {{ $blog->author }}
  • @endif @if ($blog->created_at)
  • {{ $blog->created_at->format('jS F Y') }}
  • @endif

{{ $blog->title }}

@endforeach
@endif @include('frontend.inc.testimonial') @endsection @section('js') @endsection