@extends('frontend.layouts.app') @section('title', $title) @section('meta') @endsection @push('style') @endpush @section('content') @include('frontend.layouts.includes.breadcrumb', ['links' => [[$title => route('ads.search')]]])
{{-- Title --}}
Here’s How to Find an Agent
{{-- Step 1 --}}
Start Your Search
Start Your Search

Explore agents based on location, property type, language and more to find the one that best fits your needs.


{{-- Step 2 --}}
Get in Touch
Get in Touch

Interested in a property? Reach out to the agent to arrange a viewing.

@include('frontend.layouts.includes.category_modal') @include('frontend.layouts.includes.location_modal') @endsection @push('scripts') @endpush