@extends('user.layouts.template') @section('style') {{-- my styles --}} @endSection @php $permission = session('permissions'); @endphp @section('content')
{{-- Filters and stuff --}}

Filter

{{-- Basic stuff --}}

Total # of Properties

{{ !empty($property_count) ? $property_count : 0 }}

Gross Rental Income

$0

Total Rentable SF

0

Total Vacant SF

0

Occupancy Rate (%)

0%

Total NOI

$0

Expiration within a Year

0

Vacancy Loss

$0

{{-- Charts Ahead ! --}}
@if($permission == "Admin" ||$role_id == 2 || $role_id == 3)

Lease Expiry Schedule

Lease expirations by property over time buckets

@endif

Portfolio Wide Occupancy Trends

Occupancy rates by property

@if($permission == "Admin" || $role_id == 1 || $role_id == 3)

Total Unit/ Space Sold

Monthly units sold with property breakdown on hover

@endif @if($permission == "Admin" || $role_id == 1 || $role_id == 2)

Portfolio Industry Mix

Property distribution by type

@endif @if( $permission == "Admin" || $role_id == 2 || $role_id == 3)

Rent Per Square Feet

Property distribution by type

@endif @if($permission == "Admin" || $role_id == 1 || $role_id == 2)

Net Operating Income (NOI)($)

Combined monthly NOI with property breakdown on hover

@endif @if($permission == "Admin" || $role_id == 1)

Rent Trend Growth Rate

Combined monthly rent growth with property breakdown on hover

@endif @if($permission == "Admin" || $role_id == 1)

Top Revenue Contribution by Tenant

80% contributors vs 20% (Others) based on selected timeframe

@endif

Top 5 Performing Properties

@if($permission == "Admin" || $role_id == 1 || $role_id == 2)

Market & Competitor Analysis

Complete competitor comparison

@endif
@if ($permission === 'Admin' || !empty($permission['Property Management']['creat'])) @if (empty($property_count) || empty($floors_count) || empty($suites_count) || empty($tenants_count))
x
Please complete these steps
@endif @endif @endSection @section('script') {{-- my own script --}} @endsection