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

@lang('site.weare')

@lang('site.REMAX') ®

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

@endsection @section('investor_content')

@lang('site.investor')

{!!App\Statics::getWithCurrentLang('investor_relation')!!} {{-- خلى بالك ساعة النشر تنقل المحتوى من الداتا بيز اللوكل للسيرفر --}} {{--
@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