@extends('user.layouts.template') @section('style') {{-- my own code --}} @endSection @section('content') @php $permission = Session::get('permission'); @endphp
| Tenant Name | No. of suites | Action |
|---|
| Tenant Name | {{ $data['data']['tenant_name'] ?? '-' }} |
| Tenant ID | {{ $data['data']['tenant_id'] ?? '-' }} |
| Tenant Address | {{ $data['data']['tenant_address'] ?? '-' }} |
| Business Type | {{ $data['data']['business_type__industry__naics_code'] ?? '-' }} |
| Floor Number | {{ $data['data']['floor_number'] ?? '-' }} |
| Permitted use | {{ $data['data']['permitted_use'] ?? '-' }} |
| Lease Start Date | {{ $data['data']['lease_start_date'] ?? '-' }} |
| Lease Expiration Date | {{ $data['data']['lease_exp_date'] ?? '-' }} |
| Rent commencement date | {{ $data['data']['rent_commencement_date'] ?? '-' }} |
| Total Lease Term | {{ $data['data']['total_Lease_term'] ?? '-' }} |
| Renewal Options | {{ $data['data']['renewal_option'] ?? '-' }} |
| Renewal Date | {{ $data['data']['renewal_date'] ?? '-' }} |
| Lease Type | {{ $data['data']['lease_type'] ?? '-' }} |
| Load Factor | {{ $data['data']['load_factor_percentage'] ?? '-' }}% |
| Listing Broker Company | {{ $data['ListingBroker'][0]['name'] ?? '-' }} |
| Anchor Tenant | {{ $data['data']['anchor_tenant'] ?? '-' }} |
| TI Allowance | {{ $data['data']['ti_allowance'] ?? '-' }} |
| TI Allowance Amount | {{ $data['data']['ti_allowance_amount'] ?? '-' }} |
| Percentage Rent | {{ $data['data']['percentage_rent'] ?? '-' }} |
| Renewal Probability | {{ $data['data']['renewal_probability'] ?? '-' }} |
| Tenant Risk | {{ $data['data']['tenant_risk'] ?? '-' }} |
| Credit Profile | {{ $data['data']['credit_profile'] ?? '-' }} |
| Tenant Satisfaction Rating | {{ $data['data']['tenant_satisfaction_rating'] ?? '-' }} |