<% @member_profile.listings.each do |member_profile_listing| %> <% end %>
Company Name Conact Name City Business Phone
<%= member_profile_listing.mbcompanyname %> <%= member_profile_listing.mbcontactname %> <%= member_profile_listing.mbcity %> <%= member_profile_listing.mbphone %>
<%= link_to "See All Listings", phcmembers.member_profile_listings_path(@member_profile), class: "btn btn-primary btn-xs" %>