<%= Date::DAYNAMES[day_index] %>
Done
Morning
<%= @available_slots[day_index.to_s]["Morning"].length %> available
Done
Afternoon
<%= @available_slots[day_index.to_s]["Afternoon"].length %> available
Done
Evening
<%= @available_slots[day_index.to_s]["Evening"].length %> available
Morning
<%= @available_slots[day_index.to_s]["Morning"].length %> available
Afternoon
<%= @available_slots[day_index.to_s]["Afternoon"].length %> available
Evening
<%= @available_slots[day_index.to_s]["Evening"].length %> available
<% end %>