<% if notice.present? %>

<%= notice %>

<% end %>

Checks

<%= link_to 'New check', new_check_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<%= render @checks %>