<% if notice.present? %>

<%= notice %>

<% end %>

Credit card bills

<%= link_to 'New credit card bill', new_credit_card_bill_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>
<%= render @credit_card_bills %>