fill($user->toArray())->save(); Notification::send($user, new UserNotification("Status Dirubah", "Admin telah merubah status akunmu!", "/dashboard")); return redirect()->route("student")->with("success", "Data Berhasil Diperbarui!"); } public function disable() { return view('content.accounts.disable'); } }