@extends('layouts.app') @section('content')

Premium Villas

Luxury independent houses with gardens

@php $villaCount = \App\Models\MyProperties::where('category_id', 1)->where('is_approved', 1)->count(); @endphp

Modern Flats

Contemporary apartments in prime locations

@php $flatCount = \App\Models\MyProperties::where('category_id', 2)->where('is_approved', 1)->count(); @endphp

Premium Plots

Ready-to-build land parcels in prime locations

@php $plotCount = \App\Models\MyProperties::where('category_id', 3)->where('is_approved', 1)->count(); @endphp

Commercial Properties

Office spaces and retail properties for business

@php $commercialCount = \App\Models\MyProperties::where('category_id', 4) ->where('is_approved', 1) ->count(); @endphp

Rental Properties

Affordable and flexible rental options to suit your needs

@php $rentalCount = \App\Models\MyProperties::where('category_id', 5)->where('is_approved', 1)->count(); @endphp
{{--

Featured Properties

Handpicked premium properties just for you

--}}

Featured Properties

Handpicked premium properties just for you

Why Choose GOD's OWN Properties?

Your trusted partner in real estate

Verified Properties

All properties are legally verified and ready for immediate possession

🏆

Expert Guidance

Our experienced team provides personalized assistance throughout your journey

💰

Best Prices

Competitive pricing with transparent deals and no hidden charges

@endsection