<% if notice.present? %>

<%= notice %>

<% end %>

Extra bills

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