-
Beta Was this translation helpful? Give feedback.
Answered by
juse-less
Jul 13, 2022
Replies: 1 comment 3 replies
-
@s-fog What namespace are you using for the So crossing my fingers that your issue is as easy as replacing use Laravel\Nova\Badge;
MenuItem::resource(PuppyDraftNovaResource::class)->withBadge(Badge::make('some', 'info')) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
s-fog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@s-fog What namespace are you using for the
Badge
?There's a
Badge
Field
, but also aBadge
that is meant for theMenu
.So crossing my fingers that your issue is as easy as replacing
\Laravel\Nova\Fields\Badge
with\Laravel\Nova\Badge
.