@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

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

Total Unit/ Space Sold

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

Rent Per Square Foot

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

Revenue Contribution by Tenant

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

Total Revenue Breakdown by Property

@endif

Portfolio Wide Occupancy Trends

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

Portfolio Industry Mix

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

Net Operating Income (NOI)($)

@endif

Top 5 Performing Properties

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

Market & Competitor Analysis

@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