Could you show us the code to help you?
Sep 24, 2024
3
Level 1
When I use Laravel translatable, CheckboxList names are not visible.
Hello everyone. I am developing a project with Laravel filament.
I am using "Laravel Translatable", there is no problem with other components, but the "CheckboxList" names are not visible. When I remove "use HasTranslations;" from the relevant model, I get the following output. Where am I having trouble? Thanks a lot in advance.
{"en": "Test package name", "es": "Nombre del conjunto de pruebas"}
Please or to participate in this conversation.