<%= notice %>
Name: <%= @crm_customer.name %>
Company: <%= @crm_customer.company %>
Contact no: <%= @crm_customer.contact_no %>
Email: <%= @crm_customer.email %>
Date of birth: <%= @crm_customer.date_of_birth %>
Membership type: <%= @crm_customer.membership_type %>
Membership authentication code: <%= @crm_customer.membership_authentication_code %>
<%= link_to 'Edit', edit_crm_customer_path(@crm_customer) %> | <%= link_to 'Back', crm_customers_path %>