<%= form_with(model: property_feature, local: true) do |phc_pro_property_feature| %> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @property_feature %>
<%= phc_pro_property_feature.label :property_feature_name, "Feature Name" %> <%= phc_pro_property_feature.text_field :property_feature_name, placeholder: "Feature Name", class: "form-control" %>
<%= phc_pro_property_feature.submit class: "btn btn-primary" %>
<% end %>