Want to access all of our courses? (31 h 16 min)
You also get:
Already a member? Login here
Hello, how would you do customized labels with translations ?
In the official docs for labels, the very first example is actually with translations, using the Laravel __() function:
__()
TextInput::make('name')->label(__('fields.name'))
Hello, how would you do customized labels with translations ?
In the official docs for labels, the very first example is actually with translations, using the Laravel
__()function: