Create custom page inside admin panel
Hello everyone, I am sorry to create this question but seems I am getting crazy or after so many hours my brain isn't working anymore.
I have created a custom page for my Dashboard. Inside that page, I have the next code you can see on the first image. What I want to achieve is, I want to create a custom route to display a custom page when I click on the room div. All this inside admin panel.
How can I do that?
Thank you.
1 Reply
How is the room page route defined? If it's a standard web.php route, simply use the route() helper with named routes. Otherwise, if it's a Filament page you can use FilamentPageName::getUrl()