Customer <%= @customer.name %>
Email <%= @customer.email %>
Primary Phone <%= @customer.primary_phone %>
Mobile Phone <%= @customer.mobile_phone %>
Notes <%= @customer.notes %>
<%= button_to "Edit", edit_customer_path(@customer), method: :get%> <%= button_to "Delete", destroy_customer_path(@customer), method: :delete, data: {confirm: "You sure?"} %>