Customer <%= customer.name %>
Email <%= customer.email %>
Primary Phone <%= customer.primary_phone %>
Mobile Phone <%= customer.mobile_phone %>
Bill Address <%= customer.billing_address %>
Shipping Address <%= customer.shipping_address %>
Notes <%= customer.notes %>
Issues <%= customer.issues.count %>
Account Balance $<%= customer.balance %>
Balance With Jobs $<%= customer.balance_with_jobs %>
<%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>