->actions([
Tables\Actions\EditAction::make()->form([
TextInput::make('name')
->required()
->maxLength(32),
]),
Tables\Actions\DeleteAction::make(),
Tables\Actions\RestoreAction::make(),
])
->actions([
Tables\Actions\EditAction::make()->form([
TextInput::make('name')
->required()
->maxLength(32),
]),
Tables\Actions\DeleteAction::make(),
Tables\Actions\RestoreAction::make(),
])