<%= @members_main.mfirstname + ' ' + @members_main.mlastname %> Private Address Index
    <%= render 'layouts/components/panel_options' %>
<%= render 'layouts/phcnotifi/components/notifications' %>
<% @members_contact.each do |members_contact| %> <% end %>
Full Name Company Name City Province Country
<%= members_contact.mccontactname %> <%= members_contact.mccompanyname %> <%= members_contact.mccity %> <%= members_contact.mcprovince %> <%= members_contact.mccountry %>
<%= link_to 'Show', members_main_contact_path(members_contact.main, members_contact), class: "btn btn-primary" %> <%= link_to 'Edit', edit_members_main_contact_path(members_contact.main, members_contact), class: "btn btn-primary" %> <%= link_to 'Delete', members_main_contact_path(members_contact.main, members_contact), class: "btn btn-danger", method: :delete, data: { confirm: 'Are you sure?' } %>
<%= link_to 'Add a Private Address', new_members_main_contact_path, class: "btn btn-primary" %>