<% if notice.present? %>
<%= notice %>
<% end %>
<% content_for :title, "Pdfresources" %>
Pdfresources
<%= link_to "New pdfresource", new_pdfresource_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<% @pdfresources.each do |pdfresource| %>
<%= render pdfresource %>
<%= link_to "Show this pdfresource", pdfresource, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
<% end %>