Access panel name globally or in scopes
Hey there, is it possible to access the actual panel globally somehow, or in a global scope?
I want to add a global scope if I'm not on the admin panel
2 Replies
Solution
Maybe
Filament::getCurrentPanel()
?or more generally
Filament::isServing()