<% if notice.present? %>
<%= notice %>
<% end %>
<% content_for :title, "Reservations" %>
Reservations
<%= link_to "New reservation", new_reservation_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<%= tag.div nil, data: {reservations: @reservations.to_json}, id: "main-calendar"%>