@extends('site.layouts.master') @section('title') {{ __('site.Remax_Elmohager_Commercial') }} @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @section('content')
{{ Breadcrumbs::render('About Commercial') }}
{!! $breadcrumbSchema !!}

@lang('site.National_Reach_Local_Expertise')

@lang('site.commerical_needs')

@lang('site.business_assets')

@lang('site.commercial_organization')

@lang('site.commercial_network')

@lang('site.commercial_network_question')

@lang('site.commerical_legacy')

@lang('site.commerical_service')®.

@lang('site.commercial_participation')

@foreach ($agents as $agent)
{{ $agent->username }}

{{ $agent->username }}

@lang('site.lastyear'):

{{ $agent->profile->total_deals ?? rand(10, 30) }}

@lang('site.deals')

£{{ $agent->profile->deals_volume ?? rand(100, 120) }}M

@lang('site.salesvolume')

£{{ $agent->profile->hightest_deal ?? rand(10, 20) }}M

@lang('site.Avg-price')

@lang('site.textorcall'):

@endforeach
{{--
@if (!empty($gov_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Governorates')

@foreach ($gov_IDS as $link) @endforeach
@endif @if (!empty($city_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Cities')

@foreach ($city_IDS as $link) @endforeach
@endif @if (!empty($district_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Districts')

@foreach ($district_IDS as $link) @endforeach
@endif @if (!empty($compound_IDS[0]))

@lang('site.Search For') @lang('site.Property') @lang('site.By Compounds')

@foreach ($compound_IDS as $link) @endforeach
@endif
--}}
@endsection @section('script') @endsection