Skip to main content

Labels for Fields: in Table and Forms

Premium
1:01

The Full Lesson is Only for Premium Members

Want to access all of our courses? (31 h 16 min)

You also get:

55 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

L
luiszu7779 ✓ Link copied!

Hello, how would you do customized labels with translations ?

PK
Povilas Korop ✓ Link copied!

In the official docs for labels, the very first example is actually with translations, using the Laravel __() function:

TextInput::make('name')->label(__('fields.name'))