Access to route() in AppPanelProvider::panel()
Do we have access to routes in the
panel() method before we do a call to $panel?panel()$panelMenuItem::make()
->url(function() {
return Account::getUrl();
})