Creating Assets into Realm

Hi,
In the realm of master access in this link, I can create assets in the realm that I created named “Goodpartner”:
https://localhost/manager/

But when I access this realm that I created in this link below, its not showing the option for me create a assets, anyone can help me?
https://localhost/manager/?realm=goodpartner

image

Users are exclusive to a realm;

if a created user from “master” tries to do anything in a different realm, it will be blocked. (the 403)
The only excemption is the admin user, which we define as a “super user”.

To add to this, super user permission is just the admin realm role and user must be in the master realm.

There are also user permissions for read/write assets etc. so maybe the user you have logged in as does not have the write asset permission assigned?