<%% if notice.present? %>
<%%= notice %>
<%% end %>
<%= human_name.pluralize %>
<%%= link_to 'New <%= human_name.downcase %>', new_<%= singular_route_name %>_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<%%= render @<%= plural_table_name %> %>