{{lang('cookie_popup_text')}}
{{lang('read_more')}} {{lang('accept')}}
{{lang('about')}}
  • {{lang('who_we_are')}} {{lang('who_we_are')}}
  • {{lang('careers')}} {{lang('careers')}}
  • {{lang('contact_us')}} {{lang('contact_us')}}
  • {{lang('construction_updates')}} {{lang('construction_updates')}}
  • {{--
  • {{lang('apartments_for_sale')}} {{lang('apartments_for_sale')}}
  • {{lang('real_estate_development_company')}} {{lang('real_estate_development_company')}}
  • --}}
@if(!empty($communityMenu) && $communityMenu->isNotEmpty())
{{lang('communities')}}
    @foreach($communityMenu as $key=>$communities)
  • {{$communities->getData('post_title')}} {{$communities->getData('post_title')}}
  • @endforeach
@endif
@if(!empty($projectMenu) && $projectMenu->isNotEmpty())
{{lang('projects')}}
@php $count=$projectMenu->count()/2; $count=($projectMenu->count()%2)?$count+1:$count; @endphp @foreach($projectMenu->chunk($count) as $projectArr)
    @foreach($projectArr as $project)
  • {{$project->getData('project_title')}} {{$project->getData('project_title')}}
  • @endforeach
@endforeach
@endif
@include('frontend.layouts.social')
{{lang('privacy_policy')}}
{{lang('terms_and_conditions')}}
{{lang('cookie_policy')}}
{{str_replace('{year}',date('Y'),lang('copyright'))}}