<%= render Avo::ProfilePhotoComponent.new profile_photo: @profile_photo %>
<% 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 %>
<% if name_slot? %>
<%= name_slot %>
<% else %>
<%= render Avo::PanelNameComponent.new name: @name %>
<% end %>
<% if description.present? %>
<%== description %>
<% end %>
<% if tools.present? %>
<%= tools %>
<% end %>