Filament::getPanel('dashboard')->getUrl() returns the wrong url
I have a laravel app, based on JetStream, I have two panels, Admin and Dashboard
in my I have this:
but.... the url is mysite.test/admin and not mysite.test/dashboard
if I then create a simple view like this:
the url is ok in the view but not in the menu
in my I have this:
but.... the url is mysite.test/admin and not mysite.test/dashboard
if I then create a simple view like this:
the url is ok in the view but not in the menu