Badge Component
Im wanting to create a view field on a form with some badges. Should i not be able to simply do something like this that i do with other components? Right now its saying it cant find the component.
<x-filament::badge
:color="$color"
{{ $formattedState }}
</x-filament::badge>