Name: <%=h @order.name %>

Address: <%=h @order.address %>

Email: <%=h @order.email %>

Pay type: <%=h @order.pay_type %>

<%= link_to 'Edit', edit_order_path(@order) %> | <%= link_to 'Back', orders_path %>