|
@@ -0,0 +1,86 @@
|
|
1
|
+<template>
|
|
2
|
+ <section id="services">
|
|
3
|
+ <div class="container" style="margin-top:-15px">
|
|
4
|
+ <div class="row">
|
|
5
|
+ <div class="col-lg-12">
|
|
6
|
+ <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>
|
|
7
|
+ <p>We pride ourselves on offering tailored solutions to property owners increasing the returns to our clients.</p>
|
|
8
|
+ <p>Our rental property management and letting services include the following:</p>
|
|
9
|
+ </div>
|
|
10
|
+ <p></p>
|
|
11
|
+ <div class="row">
|
|
12
|
+ <div class="col-md-6">
|
|
13
|
+
|
|
14
|
+ </div>
|
|
15
|
+ <div class="col-md-6">
|
|
16
|
+ <h4>Contact us for a quote</h4>
|
|
17
|
+ </div>
|
|
18
|
+ </div>
|
|
19
|
+ <div align="left" class="col-lg-12">
|
|
20
|
+ <p>Our Services:</p>
|
|
21
|
+ <ul class="nav nav-tabs" id="myTab" role="tablist">
|
|
22
|
+ <li class="nav-item">
|
|
23
|
+ <a class="nav-link-active" id="tenant-tab" data-toggle="tab" href="#tenant" role="tab" aria-controls="tenant" aria-selected="true">Tenant Selection and Vacancy Management</a>
|
|
24
|
+ </li>
|
|
25
|
+ <li class="nav-item">
|
|
26
|
+ <a class="nav-link-active" id="rent-tab" data-toggle="tab" href="#rent" role="tab" aria-controls="rent" aria-selected="false">Rent Collection</a>
|
|
27
|
+ </li>
|
|
28
|
+ <li class="nav-item">
|
|
29
|
+ <a class="nav-link-active" id="financial-tab" data-toggle="tab" href="#financial" role="tab" aria-controls="financial" aria-selected="false">Financial Management</a>
|
|
30
|
+ </li>
|
|
31
|
+ <li class="nav-item">
|
|
32
|
+ <a class="nav-link-active" id="admin-tab" data-toggle="tab" href="#admin" role="tab" aria-controls="admin" aria-selected="false">Administration, Secretarial and Advisor</a>
|
|
33
|
+ </li>
|
|
34
|
+ <li class="nav-item">
|
|
35
|
+ <a class="nav-link-active" id="maintenance-tab" data-toggle="tab" href="#maintenance" role="tab" aria-controls="maintenance" aria-selected="false">Property Mainenance Management</a>
|
|
36
|
+ </li>
|
|
37
|
+ </ul>
|
|
38
|
+
|
|
39
|
+ <div class="tab-content">
|
|
40
|
+ <div class="tab-pane active" id="tenant" role="tabpanel" aria-labelledby="tenant-tab">
|
|
41
|
+ <p></p>
|
|
42
|
+ <p>• Advertising and Marketing</p>
|
|
43
|
+ <p>• Financial and character screening of potential tenants</p>
|
|
44
|
+ <p>• Showing</p>
|
|
45
|
+ <p>• Determining affordability</p>
|
|
46
|
+ <p>• Conclusion of contract and ensuring that any suspensive conditions are met</p>
|
|
47
|
+ </div>
|
|
48
|
+ <hr/>
|
|
49
|
+ <div class="tab-pane" id="rent" role="tabpanel" aria-labelledby="rent-tab">
|
|
50
|
+ <p>• Monthly invoicing and collection via debit order</p>
|
|
51
|
+ <p>• Credit Control including soft collections</p>
|
|
52
|
+ <p>• Attorney Collections liaison</p>
|
|
53
|
+ <p>• Liaison with metering companies </p>
|
|
54
|
+ </div>
|
|
55
|
+ <div class="tab-pane" id="financial" role="tabpanel" aria-labelledby="financial-tab">
|
|
56
|
+ <p>• Account reconciliation and payment of net rental after approved operating expenses </p>
|
|
57
|
+ <p>• Payment of approved expenses on behalf of Landlord.</p>
|
|
58
|
+ <p>• Preparation and submission of monthly reports.</p>
|
|
59
|
+ <p>• Monthly accounting of receipts and expenses.</p>
|
|
60
|
+ <p>• Preparation of annual property budget.</p>
|
|
61
|
+ <p>• Management of deposits in trust account.</p>
|
|
62
|
+ </div>
|
|
63
|
+ <div class="tab-pane" id="admin" role="tabpanel" aria-labelledby="admin-tab">
|
|
64
|
+ <p>• Preparation and circulation of correspondence and notices to tenants</p>
|
|
65
|
+ <p>• Preparation and conclusion of lease agreements, debit order forms and other legal documentation</p>
|
|
66
|
+ <p>• Record maintenance</p>
|
|
67
|
+ </div>
|
|
68
|
+ <div class="tab-pane" id="maintenance" role="tabpanel" aria-labelledby="maintenance-tab">
|
|
69
|
+ <p>• Attending to maintenance issues</p>
|
|
70
|
+ <p>• Procurement quotations </p>
|
|
71
|
+ <p>• Allocating approved repair work to approved sub-contractors</p>
|
|
72
|
+ <p>• Processing insurance claims, on request.</p>
|
|
73
|
+ </div>
|
|
74
|
+ </div>
|
|
75
|
+ </div>
|
|
76
|
+
|
|
77
|
+ </div>
|
|
78
|
+ </div>
|
|
79
|
+ </section>
|
|
80
|
+</template>
|
|
81
|
+
|
|
82
|
+<script>
|
|
83
|
+export default {};
|
|
84
|
+</script>
|
|
85
|
+
|
|
86
|
+<style lang="scss" scoped></style>
|