123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- <template>
- <section id="services">
- <div class="container" style="margin-top:-15px">
- <div class="row">
- <div class="col-lg-12">
- <p>
- Uni-Vate offers a comprehensive rental property management and letting service for
- residential and commercial property portfolios. Our exceptional financial and facility
- management processes ensure that we are a cut above the rest and provides a competitive
- advantage.
- </p>
- <p>
- We pride ourselves on offering tailored solutions to property owners increasing the
- returns to our clients.
- </p>
- <p>Our rental property management and letting services include the following:</p>
- </div>
- </div>
- <div class="row">
- <div class="col-md-6"></div>
- <div class="col-md-6">
- <h4
- style="cursor:pointer"
- @click="$vuetify.goTo('#contactFoot', { duration: 2000, easing: 'easeInOutCubic' })"
- >
- Contact us for a quote
- </h4>
- </div>
- </div>
-
- <div class="row">
- <div align="left" class="col-lg-12">
- <div class="section-header">
- <h2>Our Services</h2>
- </div>
- <ul class="nav nav-tabs nav-justified" id="myTab" role="tablist">
- <li class="nav-item">
- <a
- class="nav-link-active"
- id="tenant-tab"
- data-toggle="tab"
- href="#tenant"
- role="tab"
- aria-controls="tenant"
- aria-selected="true"
- ><h5>Tenant Selection and Vacancy Management</h5>
- </a>
- </li>
- <li class="nav-item">
- <a
- class="nav-link-active"
- id="rent-tab"
- data-toggle="tab"
- href="#rent"
- role="tab"
- aria-controls="rent"
- aria-selected="false"
- ><h5>Rent Collection</h5>
- </a>
- </li>
- <li class="nav-item">
- <a
- class="nav-link-active"
- id="financial-tab"
- data-toggle="tab"
- href="#financial"
- role="tab"
- aria-controls="financial"
- aria-selected="false"
- ><h5>Financial Management</h5>
- </a>
- </li>
- <li class="nav-item">
- <a
- class="nav-link-active"
- id="admin-tab"
- data-toggle="tab"
- href="#admin"
- role="tab"
- aria-controls="admin"
- aria-selected="false"
- ><h5>Administration, Secretarial and Advisor</h5>
- </a>
- </li>
- <li class="nav-item">
- <a
- class="nav-link-active"
- id="maintenance-tab"
- data-toggle="tab"
- href="#maintenance"
- role="tab"
- aria-controls="maintenance"
- aria-selected="false"
- ><h5>Property Mainenance Management</h5>
- </a>
- </li>
- </ul>
-
- <div class="tab-content">
- <div class="tab-pane active" id="tenant" role="tabpanel" aria-labelledby="tenant-tab">
- <p></p>
- <p>• Advertising and Marketing</p>
- <p>• Financial and character screening of potential tenants</p>
- <p>• Showing</p>
- <p>• Determining affordability</p>
- <p>• Conclusion of contract and ensuring that any suspensive conditions are met</p>
- </div>
- <hr />
- <div class="tab-pane" id="rent" role="tabpanel" aria-labelledby="rent-tab">
- <p>• Monthly invoicing and collection via debit order</p>
- <p>• Credit Control including soft collections</p>
- <p>• Attorney Collections liaison</p>
- <p>• Liaison with metering companies</p>
- </div>
- <div class="tab-pane" id="financial" role="tabpanel" aria-labelledby="financial-tab">
- <p>
- • Account reconciliation and payment of net rental after approved operating expenses
- </p>
- <p>• Payment of approved expenses on behalf of Landlord.</p>
- <p>• Preparation and submission of monthly reports.</p>
- <p>• Monthly accounting of receipts and expenses.</p>
- <p>• Preparation of annual property budget.</p>
- <p>• Management of deposits in trust account.</p>
- </div>
- <div class="tab-pane" id="admin" role="tabpanel" aria-labelledby="admin-tab">
- <p>• Preparation and circulation of correspondence and notices to tenants</p>
- <p>
- • Preparation and conclusion of lease agreements, debit order forms and other legal
- documentation
- </p>
- <p>• Record maintenance</p>
- </div>
- <div
- class="tab-pane"
- id="maintenance"
- role="tabpanel"
- aria-labelledby="maintenance-tab"
- >
- <p>• Attending to maintenance issues</p>
- <p>• Procurement quotations</p>
- <p>• Allocating approved repair work to approved sub-contractors</p>
- <p>• Processing insurance claims, on request.</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- </template>
-
- <script>
- export default {};
- </script>
-
- <style lang="scss" scoped></style>
|