Zend certified PHP/Magento developer

Login As Customer banner not showing when custom module is open

When we use Login as Customer for any customer from the admin panel it will redirect to frontend able to view all the pages for the particular customer and it is working.

But the banner is not showing when navigating to any custom module as shown in the below picture.

enter image description here

When I debug the js file the customer is not loading. For this, I also added cacheable=”false” for my layout block, but still the customer name not updating. We can see it’s showing Magento, but the actual customer’s name is CED-Smith.

Any help?