@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Owner Dashboard') @section('content')
Please verify your identity and tax registry status before managing properties.
Total units leased out successfully
| Property Name | Address | Type | Units Count |
|---|---|---|---|
| {{ $property->name }} | {{ $property->address }} | {{ str_replace('_', ' ', ucfirst($property->type)) }} | {{ $property->units->count() }} |
| No properties registered yet. | |||
Approve KYC profiles for tenants leasing your properties.
| Tenant | Type | Document | Action |
|---|---|---|---|
|
{{ $tenant->name }}
@if($tenant->tenantProfile->company_name)
{{ $tenant->tenantProfile->company_name }}
@endif
|
{{ ucfirst($tenant->tenantProfile->tenant_type) }} | View Doc |
|
| No pending tenant verifications. | |||