feat: add i18n support for Vietnamese and English
This commit is contained in:
@@ -17,14 +17,14 @@ class RoleForm
|
||||
Section::make()
|
||||
->schema([
|
||||
TextInput::make('name')
|
||||
->label('Role Name')
|
||||
->label(__('app.role_name'))
|
||||
->required()
|
||||
->maxLength(255)
|
||||
->unique(ignoreRecord: true),
|
||||
]),
|
||||
|
||||
Section::make('Permissions')
|
||||
->description('Chọn quyền cho role này')
|
||||
Section::make(__('app.permissions'))
|
||||
->description(__('app.permissions'))
|
||||
->schema([
|
||||
CheckboxList::make('permissions')
|
||||
->label('')
|
||||
|
||||
Reference in New Issue
Block a user