<% @i = 0 %> . <% @dining_queues.each do |queue| %>
" style="border:1px solid #ccc;margin-bottom: 10px ">

<%= @i += 1 %> . Queue No

<%= queue.queue_no %>

Name : <%= queue.name %>
Contact : <%= queue.contact_no %>
Status : <%= queue.status rescue '-' %>

<% end %>