Find your preferred property.
| Property # | Project | Class | Size (m²) | Price/m² | Status | Actions |
|---|---|---|---|---|---|---|
| <%= property.property_number %> | <%= property.project&.name %> | <%= property.class_category&.name %> | <%= property.size %> | <%= number_to_currency(property.price_psm, unit: "$") %> | <% case property.status %> <% when "available" %> Available <% when "reserved" %> Reserved <% when "sold" %> Sold <% end %> | <%= link_to client_portal_property_path(property), class: "btn btn-primary btn-sm px-3" do %> View <% end %> |