<% @order.each do |order| %>

<%=order.table_name%>

<%=order.total_price%>

<%end %>

Card title that wraps to a new line

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.

Someone famous in Source Title

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

ORDER DETAILS <% if @order_details%>- Table 4<%end%>
Items QTY Price
<% sub_total = 0%> <% if @order_details%> <% @order_details.each do |order_detail| %> <% end %> <% end %>
<%=order_detail.item_name%> @ <%=order_detail.price%> <%=order_detail.qty%> <%=order_detail.total_price%> <%sub_total+=order_detail.total_price%>