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

@lang('site.weare')

@lang('site.REMAX') ®

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

@endsection @section('about_content')

@lang('site.Our History')

@foreach ($histories as $i => $history)
history-img

{{ $history->date }}

{!! $history->desc !!}
@endforeach
@isset($company_profile_path) @lang('site.Campany Profile') @endisset

@lang('site.weare')

@lang('site.about_numberOne')

{{--

@lang('site.REMAX')

--}} @foreach ($about_us_globaly as $item)

{{ $item->title }}

{!! $item->description !!}
@endforeach
world

@lang('site.weown')

@lang('site.trademark')

{!! App\Statics::getWithCurrentLang('trade_mark_description') !!}
houses

@lang('site.weare')

@lang('site.worldwide')

@lang('site.benefits')

  • {{ App\Statics::getWithCurrentLang('ww_first_point') }}
  • {{ App\Statics::getWithCurrentLang('ww_second_point') }}
  • {{ App\Statics::getWithCurrentLang('ww_third_point') }}
  • {{ App\Statics::getWithCurrentLang('ww_fourth_point') }}

@lang('site.weare')

@lang('site.luxury')

{!! App\Statics::getWithCurrentLang('are_luxury') !!}
room

@lang('site.demand')

@lang('site.education')

@lang('site.Average commission income for RE/MAX designees in the U.S.') $120,400*

education chart
education chart

@lang('site.seefor') @lang('site.yourself')

{{--

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Assumenda, labore. Nihil, doloremque eveniet impedit

--}}
{{--
@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