<% if flash[:notice] %> <%= svg_icon('info_circle', class: 'stroke-info flex-none w-6 h-6') %> <% else %> <%= svg_icon('exclamation_circle', class: 'stroke-error flex-none w-6 h-6') %> <% end %>
<%= flash[:notice] || flash[:alert] %>
×