relationship with spatie translatable

i have setup the form like this

Forms\Components\Select::make('categories')
  ->relationship('categories', 'name')


but shows all languages in array
image.png
Was this page helpful?