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

@lang('site.weare')

@lang('site.REMAX') ®

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

@lang('site.RACM')

@lang('site.RACM_agencies')

@lang('site.RACM_invest')

@lang('site.RACM_egypt')

capital_image1
capital_image2

@lang('site.services_header')

  • @lang('site.Sales_Advice')
  • @lang('site.Acquisition_Advice')
  • @lang('site.Acquisition_Sales')
  • @lang('site.Acquisition_portfolios')
  • @lang('site.Sales_operation')

@lang('site.Find us')

{{ $branch->name }}

address

{{ $branch->address }}

{{ $branch->phone }}

{{ $branch->email }}

@lang('site.ASSET CLASSES')

@lang('site.offices')

@lang('site.malls')

@lang('site.Hotels')

@lang('site.Residential')

@lang('site.A DEDICATED TEAM OF EXPERTS')

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

{{ $agent->username }}

@lang('site.textorcall'):

@endforeach

@lang('site.ONLINE ENQUIRY')

@csrf
@foreach ($errors->all() as $error)

{{ $error }}

@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