<% if display_breadcrumbs? %>
<%= helpers.render_avo_breadcrumbs(separator: helpers.svg('chevron-right', class: 'inline-block h-3 stroke-current relative top-[-1px] ml-1' )) if Avo.configuration.display_breadcrumbs %>
<% end %>
<%= @name %>
<% if @reloadable %>
<%= button_tag data: { controller: "panel-refresh", action: "click->panel-refresh#refresh" } do %>
<%= svg "heroicons/outline/arrow-path", class: "ml-2 text-2xl h-6 " %>
<% end %>
<% end %>
<% if description.present? %>
<%== description %>
<% end %>