Why doesn't dashboard appear?
I created custom dashborad and add
use HasPageShield;
and add
->pages([
Dashboard::class,
])
in AdminPanelProvider1 Reply
try regenerating the policies maybe you created the custom dashboard after you installed the Shield Plugin.