Display partial outside of "app"

Would it be possible to display some content outside of where view(app('sage.view'), app('sage.data'))->render() is called ?

For e.g., if i want to display output from navi, outside the main app element.

Help much appreciated, thanks!

I threw away the idea of doing this and modified my elements such that they are always within the app render, instead.

1 Like