@extends('layouts.main-app') @section('title', 'Home') @section('content') @include('layouts.navbar')

Accredited Brokers

LEADING WITH EXCELLENCE


By offering and delivering some of the best investments in real estate that anyone can make in Davao City and beyond, we constantly strive to partner with real estate professionals and brokerages that seek to deliver their clients superior value. If you are interested to add our properties to your portfolio, click here.

@foreach (['Lead brokers', 'Sales Director', 'Sales Manager', 'Property Consultant'] as $type)

Top 3 {{ $type }}

@foreach ($brokersByType[$type] ?? [] as $broker)
{{ $broker->name }}

{{ $broker->name }}

@endforeach
@endforeach
@include('layouts.footer') @endsection