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%>