Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

engbz's avatar
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"}

0 likes
3 replies
ztioge's avatar

Could you show us the code to help you?

ztioge's avatar

@engbz But could you show the models, the places where you want to show the translations, the resources and so? To check the code.

Please or to participate in this conversation.