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

@lang('site.Your Properties is our priority')

@lang('site.decades_of_experience')

@lang('site.income_generating')

@lang('site.successful_factors')

@lang('site.checking_tenants')

@lang('site.What is real estate management?')

@lang('site.property_supervision')

@lang('site.How can the Department of RE/MAX ALMOHAGER Property Management help you?')

@lang('site.property_manager')

- @lang('site.Rent_Management')

@lang('site.Rent_Management_content')

- @lang('site.Rent_pricing')

@lang('site.Rent_pricing_content')

- @lang('site.Property_inspection')

@lang('site.Property_inspection_content')

@lang('site.Property_inspection_content2')

@lang('site.Property_inspection_content3')

- @lang('site.Provision_services')

@lang('site.Provision_services_content')

- @lang('site.Financial_records')

@lang('site.Financial_records_content')

@lang('site.Financial_records_content2')

@lang('site.Financial_records_content3')

- @lang('site.planned_long_term')

@lang('site.planned_long_term_content')

- @lang('site.Management_Marketing')

@lang('site.Management_Marketing_content')

@lang('site.Management_Contact_Us') @lang('site.here')

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