This commit is contained in:
F4ilji
2025-05-26 12:03:02 +05:00
parent dae6dcf48f
commit 00f475c9c3
10 changed files with 20 additions and 9 deletions
@@ -49,6 +49,14 @@ class DirectionStudyResource extends Resource
})
->helperText('Полное название направления подготовки'),
TextInput::make('uuid')
->label('uuid')
->required()
->maxLength(255)
->unique(ignoreRecord: true)
->helperText('UUID'),
TextInput::make('slug')
->label('URL-идентификатор')
->required()