|
|
|
Plot Area
{{ $report->plot_area_sqm ? number_format($report->plot_area_sqm) : '—' }}
sq.m
|
Max Buildable Area
{{ $report->max_buildable_area_sqm ? number_format($report->max_buildable_area_sqm) : '—' }}
sq.m
|
Ground Coverage
{{ $report->ground_coverage_sqm ? number_format($report->ground_coverage_sqm) : '—' }}
sq.m
|
|
Max Floors
{{ $report->max_floors ?? '—' }}
floors
|
FAR / FSI
{{ $report->zoneRule?->max_far ?? '—' }}
ratio
|
Max Height
{{ $report->zoneRule?->max_height_m ?? '—' }}
metres
|
|
@if($report->setback_summary)
Required Setbacks
|
@if($report->permitted_uses && count($report->permitted_uses))
Permitted Uses
@foreach($report->permitted_uses as $use)
{{ $use }}
@endforeach
@endif
|
| Rule Source | {{ $report->zoneRule->rule_source }} |
| Road Width Band | {{ $report->zoneRule->road_width_label }} |
| Ground Coverage % | {{ $report->zoneRule->max_ground_coverage ? ($report->zoneRule->max_ground_coverage * 100).'%' : '—' }} |
| Parking Ratio | {{ $report->zoneRule->parking_ratio_ecs ?? '—' }} ECS/sqm |
| Special Conditions | {{ $report->zoneRule->special_conditions }} |
|
Construction Cost
₹{{ number_format($ce['construction_cost_min_inr'] ?? 0) }}
–
₹{{ number_format($ce['construction_cost_max_inr'] ?? 0) }}
indicative range
|
Gross Dev. Value
₹{{ number_format($ce['gross_development_value_inr'] ?? 0) }}
market value at completion
|
Est. Profit
₹{{ number_format($ce['estimated_profit_inr'] ?? 0) }}
GDV minus max construction cost
|
|
ROI
{{ $ce['roi_pct'] ?? '—' }}%
return on investment
|
Monthly Rent Est.
₹{{ number_format($ce['monthly_rent_estimate_inr'] ?? 0) }}
indicative rental income
|
Break-even
{{ $ce['breakeven_years'] ?? '—' }}
years (from rental)
|