How would you handle a page that needs to be used in 2 different panels?

I have a page that I want to be accessible from 2 different panels. Ideally I'd like to have the url be app/my-page or client/my-page and have them both return the same view. Has anyone done something similar, and how did you handle it? I don't know if I should have it live outside of the panel entirely. Just not sure about the file structure, or how to make the routes work the way I'd want them to.
Solution:
Yes you can, add the page to the panel like ```php...
Jump to solution
2 Replies
Solution
Tieme
Tieme11mo ago
Yes you can, add the page to the panel like
->pages([
Pages\Dashboard::class,
AccountEdit::class,
UserAppearance::class,
])
->pages([
Pages\Dashboard::class,
AccountEdit::class,
UserAppearance::class,
])
Jon Mason
Jon MasonOP11mo ago
ok, thank you!
Want results from more Discord servers?
Add your server