Courses

Laravel Filament Admin v2: Practical Course

Labels for Fields: in Table and Forms

Previous: BelongsTo: Dropdown for Voucher Product
avatar

Hello, how would you do customized labels with translations ?

avatar

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

TextInput::make('name')->label(__('fields.name'))
avatar
You can use Markdown
avatar
You can use Markdown