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.
Solution:Jump to solution
You already casted the value to an enum. No need for a
tryFrom()
again. Just use it5 Replies
Solution
You already casted the value to an enum. No need for a
tryFrom()
again. Just use itThank you
have you solved this?
Best to open a new thread with your issue and code.
done on #mokhosh-kanban channel