validate([ 'current_password_sesssions' => 'password', ]); Auth::logoutOtherDevices($request->current_password_sesssions); return back()->with(['status' => 'Successfully logged out of other browser sessions!']); } }