Change the language of Select Component
I have a form and that form has a Select component that has relationship with department table.
The problem that I faced is that when I change the language in create then select data stays in the same language and doesn't change.
I use Spatie/Translatable plugin.
The component with relationship is:
Department Model:
CreateJob.php
Thank you.
The problem that I faced is that when I change the language in create then select data stays in the same language and doesn't change.
I use Spatie/Translatable plugin.
The component with relationship is:
Department Model:
CreateJob.php
Thank you.