lacehate
lacehate
yes sure ``` public static function getResultBlock(): Component { $elements = []; $titles = []; foreach (ProductResource::getTranslatableLocales() as $locale) { $titles[] = Tab::make(SpatieLaravelTranslatablePlugin::getLocaleLabel($locale) ?? $locale) ->schema([ TextInput::make('block_title.' . $locale) ->label(__('filament::resources/pages/form-element.title'))...
updated to 1.7.5v and re-published assets but issue persists
> @lacehate any chance you have found a solution for this issue? unfortunately no :(