Skip to content

Conversation

@nielsdrost7
Copy link
Collaborator

No description provided.

Group::make()->schema([
Placeholder::make('explanation Product Family')
->label('just some text'),
->label('Material Type'),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trans('ip.material_type')
or
trans('ip.product_family')

And then translate Product Family into "Material Type"

Group::make()->schema([
Placeholder::make('explanation Product Unit')
->label('just some text'),
->label('Color'),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trans('ip.color')
or
trans('ip.product_unit')

And then translate Product Unit into "Color"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants