@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @section('title') @lang('site.management_services') @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 Form') }}
{!! $breadcrumbSchema !!}

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

@endsection @section('management_form_content')

@lang('site.management_services')

management-form

@lang('site.Rental property management services')

@lang('site.Help you rent your property')

@lang('site.Help you determine the fair rental market value of your unit (s)')

@lang('site.Preparation of an exclusive lease agreement')

@lang('site.Offer and market your rentals in order to get potential tenants Acceptance/receipt of insurance amount from tenants')

@lang("site.Verification of the tenant's information and the previous history and conduct of credit checks")

@lang('site.Prepare a legally approved lease for signature by the tenant (s)')

@lang('site.Full rent management service')

@lang('site.We will provide continuous support once the tenant moves')

@lang('site.Receipt and processing of monthly rent payments')

@lang('site.Make all authorized payments on your behalf')

@lang('site.We offer you a monthly account statement')

@lang('site.Preparation of the tax return at the end of the year')

@lang('site.Acting as a point of contact for your tenant (s) in all matters')

@lang('site.Arranging appropriate repairs and emergency services as authorized')

@lang('site.Remind tenants of their responsibilities, such as cleaning water and sewage systems, checking smoke detectors, etc')

@lang("site.Examination of the case before and after the tenant's departure")

@lang('site.Customized rental management services')

@lang('site.We will develop special solutions based on your property type: from standalone villas to multi-unit buildings, to apartments and studios')

@lang('site.Ask for more information today')

@lang('site.by_sending_form')

@csrf @if (session()->get('success') != null) @endif
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@endsection