How to declare a Password Field, it's the same way on update.
useTassili\Premium\Fields\Password;Password::make('password')->label('New Label')// optional->readOnly()// optional, if you want the field only readable ->notInDatabase()// optional, if you don't want this field in database