BHK
' . $property->no_of_bhk . '
Possession Date
' .
$property->possession_date .
'
Age Of Property
' .
$property->property_age .
' Years
Construction Status
' .
ucwords(str_replace('-', ' ', $property->construction_status)) .
'
Carpet Area
' . $property->carpet_area . ' Sqft
₹ Price Per Sqft
' .
$property->price_per_sqft .
' Sqft
Plot Area
' .
$property->plot_area .
' ' .
$property->area_unit .
'
Plot Dimensions
' .
ucfirst($property->plot_length . ' X ' . $property->plot_width) .
'
Floors Allowed
' .
$property->floors_allowed .
' ' .
($property->floors_allowed == 1 ? 'Floor' : 'Floors') .
'
No. Of Open Sides
' .
$property->open_sides .
' ' .
($property->open_sides == 1 ? 'Side' : 'Sides') .
'