Want to access all of our courses? (30 h 09 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'))
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
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: