Add Relation Manager to EditTenantProfile

How can I add a RelationManager to the EditTenantProfil page? I tried adding getRelations() to the EditTeamProfile, but it doesn't show up. I figure something about a custom view, but I am not that experienced in custom views?

I have a TeamResource with Create/Edit, where the UserRelationManager works perfectly, but not on the tenant edit profile page
Screenshot_2024-06-12_at_11.12.27.png
Solution
This solution seems to work:

On EditTeamProfile class: Implement getResource and getRecord and use HasRelationManagers

Add a custom view that includes relation-managers livewire component
Screenshot_2024-06-12_at_11.27.53.png
Screenshot_2024-06-12_at_11.26.12.png
Was this page helpful?