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

Order Details

<% @order_items.each do |order_item| %> <% end %>
Created at Menu Item QTY Unit Price Option Status Waiter
<%= order_item.created_at %> <%= order_item.item_name %> <%= order_item.qty %> <%= order_item.price %> <%= order_item.options %> <%= order_item.order_item_status %> <%= order_item.item_order_by %>