The default title of a ressource edit view is "Edit RESSOURCE_NAME". So if you would edit an artikel you see "Edit Article", but you don't know, which article you are currently editing. Normally you would have a field like Text::make("name") or Text::make("title") to identify your article. But if you are using tabs, you see this "name"-field only in one tab. Let me illustrate it by an example:
I have 5 tabs. If you are on the first one, you see the "Name" Field and know which article you are currently editing:

But if you switch to another tab, you can't see the name of the article anymore:

Is there maybe a way, to add the name of the ressource somewhere, where it is visible every time, somehow like so:

The default title of a ressource edit view is "Edit RESSOURCE_NAME". So if you would edit an artikel you see "Edit Article", but you don't know, which article you are currently editing. Normally you would have a field like
Text::make("name")orText::make("title")to identify your article. But if you are using tabs, you see this "name"-field only in one tab. Let me illustrate it by an example:I have 5 tabs. If you are on the first one, you see the "Name" Field and know which article you are currently editing:
But if you switch to another tab, you can't see the name of the article anymore:
Is there maybe a way, to add the name of the ressource somewhere, where it is visible every time, somehow like so: