form->setAccount($user); } public function update() { $this->canOrAbort('update account'); $this->form->update(); $this->toast('Akun berhasil diperbarui.'); } public function render() { return view('livewire.studio.setting.account', [ 'pageTitle' => 'Akun', ]); } }