<Layout::Resource::Panel
    @resource={{@model}}
    @controller={{this}}
    @headerComponent={{component "contact/panel-header" resource=@model actionButtons=this.actionButtons}}
    @headerTitle={{or @model.name}}
    @actionButtons={{this.actionButtons}}
    @onPressCancel={{transition-to "management.contacts.index"}}
    @onOverlayReady={{fn (mut this.overlay)}}
    @headerClass="no-bottom-border"
    @bodyClass="no-scroll"
>
    <TabNavigation @tabs={{this.tabs}} @contentClass="scrollable" @tablistClass="pl-2">
        {{outlet}}
    </TabNavigation>
</Layout::Resource::Panel>