components([ $this->getNameFormComponent(), $this->getEmailFormComponent(), TextInput::make('phone') ->label('Nomor HP') ->tel() ->maxLength(20), TextInput::make('address') ->label('Alamat') ->maxLength(255), $this->getPasswordFormComponent(), $this->getPasswordConfirmationFormComponent(), $this->getCurrentPasswordFormComponent(), ]); } }