Spatie laravel-translatable
I am making an infolist resource then I want to display data from a relationship, the data appears successfully but the translation is not successful, even though in the filament view I have used translatable in the lits table it can be translated but in the infolist it can't, can anyone help, currently my code is only like this
TextEntry::make('location.name')
->label('Location'),
TextEntry::make('location.address')
->label('Address'),
TextEntry::make('location.city')
->label('City'),
0 Replies