Name Email Contact no Company Date Of Birth Membership Account
<%= @crm_customer.name %> <%= @crm_customer.email %> <%= @crm_customer.contact_no %> <%= @crm_customer.company %> <%= @crm_customer.date_of_birth %>

Sale Items

<% @sale_items.each do |sale_item| %> <% end %>
Sale ID Menu Item QTY Unit Price Tax Price Created At
<%= sale_item.sale_id %> <%= sale_item.product_name %> <%= sale_item.qty %> <%= sale_item.unit_price %> <%= sale_item.taxable_price %> <%= sale_item.created_at %>