Laravel Enum with Filament
How can I render enum in laravel blade? When I add laravel casting like this
I can't render in blade file.
I can't render in blade file.
Solution
You already casted the value to an enum. No need for a
tryFrom() again. Just use it