Combine Relationship Manager tabs and form tabs
Is it possible to combine the tab created from hasCombinedRelationManagerTabsWithContent() with the tabs from a form?
Livewire::make(YourRelationManager::class, fn (Page $livewire, YourModel $record) => [
'ownerRecord' => $record,
'pageClass' => $livewire::class,
]),