@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('title') @lang('site.Our_Agents') @endsection @section('metatags') @endsection @section('content')
{{ Breadcrumbs::render('Agents') }}
{!! $breadcrumbSchema !!}
logo-balloon

@lang('site.weare')

@lang('site.REMAX') ®

@lang('site.A Business That Builds Businesses')

@lang('site.agent_marketing')

@lang('site.agent_marketing_content')

- @lang('site.agent_marketing_content2')

- @lang('site.agent_marketing_content3')

- @lang('site.agent_marketing_content4')

- @lang('site.agent_marketing_content5')

- @lang('site.agent_marketing_content6')

- @lang('site.agent_marketing_content7')

- @lang('site.agent_marketing_content8')

- @lang('site.agent_marketing_content9')

- @lang('site.agent_marketing_content10')

- @lang('site.agent_marketing_content11')

- @lang('site.agent_marketing_content12')

@lang('site.agent_marketing_content13')

@if (isset($monthStar)) @php $monthStarSlug = trim(preg_replace('/[^a-z0-9]+/i', '-', strtolower($monthStar->username)), '-'); @endphp

@lang('site.Our_Month_Star')

{{ $monthStar->username }} {{ $monthStar->username }}

@php $title = $monthStar->profile->title ?? 'Property Consultant'; if(app()->getLocale() == 'ar') { $titles = [ 'Super Admin' => 'المدير العام', 'Senior Property Consultant' => 'مستشار عقاري أول', 'Broker Owner' => 'مالك ومدير الوساطة', 'Property Consultant' => 'مستشار عقاري', 'Luxury Expert' => 'خبير العقارات الفاخرة', 'Sales Manager' => 'مدير المبيعات', 'Team Leader' => 'قائد الفريق', 'Marketing Specialist' => 'أخصائي تسويق عقاري', ]; $title = $titles[$title] ?? $title; } @endphp {{ $title }}

@endif @if (isset($quarterStar)) @php $quarterStarSlug = trim(preg_replace('/[^a-z0-9]+/i', '-', strtolower($quarterStar->username)), '-'); @endphp

{{ app()->getLocale() == 'ar' ? 'أفضل خبير عقاري خلال الربع سنة الماضية' : __('site.Our_Quarter_Star') }}

{{ $quarterStar->username }} {{ $quarterStar->username }}

@php $title = $quarterStar->profile->title ?? 'Property Consultant'; if(app()->getLocale() == 'ar') { $titles = [ 'Super Admin' => 'المدير العام', 'Senior Property Consultant' => 'مستشار عقاري أول', 'Broker Owner' => 'مالك ومدير الوساطة', 'Property Consultant' => 'مستشار عقاري', 'Luxury Expert' => 'خبير العقارات الفاخرة', 'Sales Manager' => 'مدير المبيعات', 'Team Leader' => 'قائد الفريق', 'Marketing Specialist' => 'أخصائي تسويق عقاري', ]; $title = $titles[$title] ?? $title; } @endphp {{ $title }}

@endif

@lang('site.Top Agents')

@foreach ($agents as $agent) @php $agentSlug = trim(preg_replace('/[^a-z0-9]+/i', '-', strtolower($agent->username)), '-'); @endphp
Luxury Expert {{ app()->getLocale() == 'ar' ? ($agent->username_ar ?? $agent->username) : $agent->username }}

{{ app()->getLocale() == 'ar' ? ($agent->username_ar ?? $agent->username) : $agent->username }}

@php $title = $agent->profile->title ?? 'Property Consultant'; if(app()->getLocale() == 'ar') { $titles = [ 'Super Admin' => 'المدير العام', 'Senior Property Consultant' => 'مستشار عقاري أول', 'Property Consultant' => 'مستشار عقاري', 'Luxury Expert' => 'خبير العقارات الفاخرة', 'Sales Manager' => 'مدير المبيعات', 'Team Leader' => 'قائد الفريق', 'Marketing Specialist' => 'أخصائي تسويق عقاري', ]; $title = $titles[$title] ?? $title; } @endphp {{ $title }}

@if(!empty($agent->profile->hightest_deal) || !empty($agent->profile->deals_volume) || !empty($agent->profile->total_deals))
@if(!empty($agent->profile->hightest_deal))
£{{ $agent->profile->hightest_deal }}M @lang('site.Avg-price')
@endif @if(!empty($agent->profile->deals_volume))
£{{ $agent->profile->deals_volume }}M @lang('site.salesvolume')
@endif @if(!empty($agent->profile->total_deals))
{{ $agent->profile->total_deals }} @lang('site.deals')
@endif
@endif
@endforeach

@lang('site.REMAX ElMOHAGER Members')

@include('site.template.agents-index-card')
@endsection @section('script') @endsection